Commit b72a395b authored by Fred Condo's avatar Fred Condo

Prevent error message on git flow init

As explained by Peter van der Does, the init command does not have the
init function, nor does it need one.
parent aa93d234
...@@ -109,7 +109,7 @@ main() { ...@@ -109,7 +109,7 @@ main() {
fi fi
# run the specified action # run the specified action
if [ $SUBACTION != "help" ]; then if [ $SUBACTION != "help" ] && [ $SUBCOMMAND != "init" ] ; then
init init
fi fi
cmd_$SUBACTION "$@" cmd_$SUBACTION "$@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment