From 1ceaf14cb95740ff4f83e3fe3cc779f89d3836e6 Mon Sep 17 00:00:00 2001 From: Martin Shetty <1972005+martukas@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:20:43 -0800 Subject: [PATCH] fix update script --- software/bootstrap/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/bootstrap/update.sh b/software/bootstrap/update.sh index 8b800fd52..9f5859b44 100755 --- a/software/bootstrap/update.sh +++ b/software/bootstrap/update.sh @@ -44,7 +44,7 @@ else fi # This script should run from repo/software dir -pushd "$(dirname "$0")"/../.. || exit_fail +pushd ../.. || exit_fail ### Will not switch branch to master! git pull