Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit aad4610

Browse files
Missing )
1 parent 3df5cff commit aad4610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-flow-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ file= use given config file
375375
# Support branches
376376
if ! git config --get gitflow.prefix.support >/dev/null 2>&1 || flag force; then
377377
if [ "$FLAGS_support" != "" ]; then
378-
default_suggestion=$(echo $FLAGS_support
378+
default_suggestion=$(echo $FLAGS_support)
379379
else
380380
default_suggestion=$(git config --get gitflow.prefix.support || echo support/)
381381
fi

0 commit comments

Comments
 (0)