Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Sep 21, 2015
1 parent a9d6e61 commit 9d3bc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objeck/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ if [ ! -z "$2" ] && [ "$2" = "deploy" ]; then
cd "$USER_HOME\Desktop"
else
rm -rf ~/Desktop/objeck-lang
cp -rf src/objeck/deploy ~/Desktop/objeck-lang
cp -rf ../objeck/deploy ~/Desktop/objeck-lang
cd ~/Desktop
fi;

Expand Down

0 comments on commit 9d3bc86

Please sign in to comment.