Skip to content

Commit

Permalink
git-release: function usage doesn't exist, ignore unknown argument in…
Browse files Browse the repository at this point in the history
…stead
  • Loading branch information
spacewander committed Dec 6, 2017
1 parent 3b21b87 commit e50d118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-release
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if test $# -gt 0; then
-r) remote=$2; shift ;;
-m) msg=$2; shift ;;
--) shift; hook_args="$hook_args $*"; break;;
*) usage ;;
*) shift ;;
esac
shift
done
Expand Down

0 comments on commit e50d118

Please sign in to comment.