Read config keys properly

This commit is contained in:
Manuel Thalmann 2024-07-20 01:59:33 +02:00
parent b6a355e0e0
commit 364498e0a5

View file

@ -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"