Skip to content

Commit

Permalink
Fix typo on cd
Browse files Browse the repository at this point in the history
  • Loading branch information
thebugcatcher committed Jan 19, 2018
1 parent 0b76b78 commit 27c71af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Fetching Adifying files...
"""
git clone --depth=1 https://github.com/aditya7iyengar/adify.git "$HOME/adify"

cd "$HOME/.adify"
cd "$HOME/adify"
[ "$1" = "ask" ] && export ADIFYASK="true"
[ "$1" = "work" ] && export ADIFYWORK="true"

Expand Down

0 comments on commit 27c71af

Please sign in to comment.