Skip to content

Commit

Permalink
double-listed the 'install' command
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 6, 2010
1 parent 3d645fc commit 94e1d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nave.sh
Expand Up @@ -50,7 +50,7 @@ main () {
ls-remote | ls-all)
cmd="nave_${cmd/-/_}"
;;
install | fetch | use | install | clean | test | ls | uninstall )
install | fetch | use | clean | test | ls | uninstall )
cmd="nave_$cmd"
;;
* )
Expand Down

0 comments on commit 94e1d40

Please sign in to comment.