Skip to content

Commit

Permalink
Merge pull request #4 from inkel/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Pablo Astigarraga committed Mar 9, 2014
2 parents ee2fb43 + 9ffea01 commit cce784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gvp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ case "$1" in
"init")
mkdir .godeps;;
"version")
echo ">> gvt v0.1.0"
echo ">> gvp v0.1.0"
;;
"in")
if [[ -n $GVP_NAME ]]; then kill -INT $$; fi
Expand Down

0 comments on commit cce784c

Please sign in to comment.