Skip to content

Commit

Permalink
rename functions ign->gz
Browse files Browse the repository at this point in the history
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
  • Loading branch information
mabelzhang committed Apr 30, 2022
1 parent b6a97e9 commit 0649de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/ign.bash_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ function _ign
# Complete subcommands
case "$cmd" in
gui)
_ign_gui
_gz_gui
return
;;
plugin)
_ign_plugin
_gz_plugin
return
;;
esac
Expand Down

0 comments on commit 0649de7

Please sign in to comment.