lib/kitchen/driver/aws/standard_platform/amazon.rb in kitchen-ec2-3.2.0 vs lib/kitchen/driver/aws/standard_platform/amazon.rb in kitchen-ec2-3.3.0
- old
+ new
@@ -11,10 +11,10 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-require "kitchen/driver/aws/standard_platform"
+require_relative "../standard_platform"
module Kitchen
module Driver
class Aws
class StandardPlatform