From bf73acbae243815f9c1750413375c062ca716fb0 Mon Sep 17 00:00:00 2001 From: Alex Christy Date: Tue, 30 Jul 2024 18:35:21 -0400 Subject: [PATCH] Switch to pull --- git_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_update.sh b/git_update.sh index 31b5f4b..db3966c 100644 --- a/git_update.sh +++ b/git_update.sh @@ -43,7 +43,7 @@ if [ -n "$TOKEN" ]; then fi # Fetch the latest changes -run_command "git fetch" "Failed to fetch from remote: $REMOTE_REPO_URL" +run_command "git pull" "Failed to pull updates from remote: $REMOTE_REPO_URL" # Checkout the branch run_command "git checkout $BRANCH_NAME" "Failed to checkout branch: $BRANCH_NAME"