From 7f560ebcc2f551950f6146555ab13bf732f7882d Mon Sep 17 00:00:00 2001 From: santiyago <72850756+santiyagoburcart@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:20:57 +0330 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ae4131ab..73a8a1c3 100755 --- a/install.sh +++ b/install.sh @@ -241,7 +241,7 @@ main() { # exit 1 # Or proceed with current branch fi fi - git reset --hard origin/\$(git rev-parse --abbrev-ref HEAD) + git reset --hard origin/$(git rev-parse --abbrev-ref HEAD) git pull cd "$INSTALL_DIR" else