use correct name of shFlags

Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com>
diff --git a/git-flow b/git-flow
index 4f337da..ef73c69 100755
--- a/git-flow
+++ b/git-flow
@@ -54,7 +54,7 @@
 	fi
 
 	# use the shFlags project to parse the command line arguments
-	. "$GITFLOW_DIR/shFlags/src/shFlags"
+	. "$GITFLOW_DIR/shFlags/src/shflags"
 	#DEFINE_boolean quiet 0 'run without output' q
 	#DEFINE_boolean verbose 0 'run verbose (more output)' v
 	FLAGS "$@" || exit $?