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 authored and mvz committed May 30, 2019
1 parent 31c048b commit 71f65ee
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', 'echo', 'set', 'type']
['cd', 'dir', 'echo', 'exit', 'set', 'type']
end
end
end
Expand Down

0 comments on commit 71f65ee

Please sign in to comment.