Read config keys properly
This commit is contained in:
parent
b8812cfe4a
commit
ade8b2fd2a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ begin
|
|||
|
||||
pushd "$dir" > /dev/null
|
||||
begin
|
||||
set -l key valhalla.git.flow
|
||||
set -l key "$root.git.flow"
|
||||
set -l mainKey "$key.mainBranch"
|
||||
set -l devKey "$key.devBranch"
|
||||
|
||||
|
|
Loading…
Reference in a new issue