From ade8b2fd2ac4c3e3110883b7ce804219b7edd3e5 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 20 Jul 2024 01:59:33 +0200 Subject: [PATCH] Read config keys properly --- scripts/Common/Software/git/main.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Software/git/main.fish b/scripts/Common/Software/git/main.fish index 401aad62..1e2b3415 100644 --- a/scripts/Common/Software/git/main.fish +++ b/scripts/Common/Software/git/main.fish @@ -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"