From 44b0e97a89423267cf681cc8d45ef1d003ba7a5e Mon Sep 17 00:00:00 2001 From: finagin Date: Tue, 27 Jun 2017 16:40:11 +0300 Subject: [PATCH] Fix naming custom config file --- git-flow-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-flow-config b/git-flow-config index 848e28b..091e93c 100644 --- a/git-flow-config +++ b/git-flow-config @@ -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