Skip to content

Commit

Permalink
fixed wrong alias in vengo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnWidget committed Jan 18, 2015
1 parent e81763b commit 7ae2255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vengo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "$VENGO_HOME" = "" ]; then
. $VENGO_HOME/bin/includes/help
fi

alias vengo $VENGO_HOME/bin/vengo
alias vengo=${VENGO_HOME}/bin/vengo

# VenGO activate script
function vengo_activate {
Expand Down

0 comments on commit 7ae2255

Please sign in to comment.