Skip to content

Commit

Permalink
bash-completion-eg.sh: correct completions of 'track' subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
patnotz authored and newren committed Nov 12, 2009
1 parent e633656 commit 7535b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-completion-eg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ _eg_track ()
return
;;
esac
__git_complete_file
__git_complete_remote_or_refspec
}

_eg ()
Expand Down

0 comments on commit 7535b5a

Please sign in to comment.