diff --git a/lib/itamae/backend.rb b/lib/itamae/backend.rb index 237ffa02..2a14484e 100644 --- a/lib/itamae/backend.rb +++ b/lib/itamae/backend.rb @@ -36,7 +36,7 @@ def create(type, opts = {}) class Base attr_reader :executed_commands - + def initialize(options) @options = options @backend = create_specinfra_backend @@ -189,7 +189,7 @@ def build_command(commands, options) end def shell - @options[:shell] + @options[:shell] || '/bin/sh' end def run_command_with_profiling(command)