bash
bash copied to clipboard
fixed "cd" command problem
There was a problem with the "cd" command, so I was able to get it working
@Tilesentik thanks for the input.
What was broken with cd
?
Also, the pull request diff looks v odd, I think there are a few things going on:
-
__init__.py
uses spaces, not tabs so it looks like the whole file has been changed and therefore tricky to isolate your change(s) - You've
git add
ed more than just the__init__.py
file so there are 4 files queued to be merged.
Could you fix and repush?