From aaf6a52da43594739df1b3fccc2d474fcad6e2b6 Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Sat, 24 Feb 2024 15:05:49 -0600 Subject: [PATCH] solus_goto_oct.sh update for current infra tooling dir --- solus_utility/solus_goto_oct.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solus_utility/solus_goto_oct.sh b/solus_utility/solus_goto_oct.sh index 2225d27..bd98175 100755 --- a/solus_utility/solus_goto_oct.sh +++ b/solus_utility/solus_goto_oct.sh @@ -5,11 +5,12 @@ function update_repos() { printf "[INFO] Updating the Solus package repo\n" gotosoluspkgs + git stash git switch main git fetch && git pull printf "[INFO] Updating the Solus infrastructure-tooling repo \n" - cd infrastructure-tooling + cd ../infrastructure-tooling git switch master git fetch && git pull