From aad4610f5dfe133b323d4ccb97e44af0825b0d9d Mon Sep 17 00:00:00 2001 From: Peter van der Does Date: Sat, 2 Mar 2019 09:54:39 -0500 Subject: [PATCH] Missing ) --- git-flow-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-flow-init b/git-flow-init index 0699ce75..4cc7ed96 100644 --- git-flow-init +++ git-flow-init @@ -375,7 +375,7 @@ file= use given config file # Support branches if ! git config --get gitflow.prefix.support >/dev/null 2>&1 || flag force; then if [ "$FLAGS_support" != "" ]; then - default_suggestion=$(echo $FLAGS_support + default_suggestion=$(echo $FLAGS_support) else default_suggestion=$(git config --get gitflow.prefix.support || echo support/) fi