lib/packer/postprocessors/shell-local.rb in packer-config-1.6.3 vs lib/packer/postprocessors/shell-local.rb in packer-config-1.6.4
- old
+ new
@@ -1,5 +1,6 @@
+# rubocop:disable Naming/FileName
# Encoding: utf-8
require 'packer/postprocessor'
require 'packer/dataobject'
module Packer
@@ -42,5 +43,7 @@
self.__add_string('remote_path', command)
end
end
end
end
+
+# rubocop:enable Naming/FileName