lib/autoproj/cli/envsh.rb in autoproj-2.14.0 vs lib/autoproj/cli/envsh.rb in autoproj-2.15.0
- old
+ new
@@ -1,6 +1,6 @@
-require 'autoproj/cli/inspection_tool'
+require "autoproj/cli/inspection_tool"
module Autoproj
module CLI
class Envsh < InspectionTool
def validate_options(_unused, options = Hash.new)
_, options = super(_unused, options)
@@ -14,6 +14,5 @@
export_env_sh(shell_helpers: shell_helpers)
end
end
end
end
-