Read config keys properly

This commit is contained in:
Manuel Thalmann 2024-07-20 01:59:33 +02:00
parent 75ce4e680f
commit d319409771

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"