Commit 53e9c768 authored by Vincent Driessen's avatar Vincent Driessen

Merge pull request #235 from oddnoc/feature/112-init-fix

Prevent error message on git flow init.
parents aa93d234 b72a395b
......@@ -109,7 +109,7 @@ main() {
fi
# run the specified action
if [ $SUBACTION != "help" ]; then
if [ $SUBACTION != "help" ] && [ $SUBCOMMAND != "init" ] ; then
init
fi
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