sct/lib/sct/commands/shell.rb in sct-1.10.0 vs sct/lib/sct/commands/shell.rb in sct-1.10.1
- old
+ new
@@ -7,10 +7,10 @@
UI.error message
exit 1
end
def execute args, options
- command = args.empty? ? "sh" : args.join(" ")
+ command = args.empty? ? "bash" : args.join(" ")
file = "docker-compose.dev.yml"
if !File.exist? file
error "Could not find file '#{file}'."