Skip to content

Commit

Permalink
CI - Windows: Forgot to commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrasimplicity committed Aug 3, 2018
1 parent 90e5c12 commit cf6f63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aruba/platforms/windows_platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def which(program, path = ENV['PATH'])
end

def builtin_shell_commands
['cd', 'set', 'echo', 'type']
['cd', 'set', 'echo', 'type', 'dir', 'exit']
end
end
end
Expand Down

0 comments on commit cf6f63a

Please sign in to comment.