Skip to content

Commit

Permalink
Skip a space before the remote: list on ls-all
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 7, 2012
1 parent 791edbd commit d2397c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ nave_ls_named () {

nave_ls_all () {
nave_ls \
&& nave_ls_remote \
&& (echo ""; nave_ls_remote) \
|| return 1
}

Expand Down

0 comments on commit d2397c9

Please sign in to comment.