Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git-flow-config
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ parse_args() {
OPTION=$(echo $1|tr '[:upper:]' '[:lower:]')

if [ "$FLAGS_file" != "" ]; then
gitflow_config_option="--file '$FLAGS_file'"
gitflow_config_option="--file $FLAGS_file"
elif flag local; then
gitflow_config_option="--local"
elif flag global; then
Expand Down