From 776a2df1dd5e6b8852d397002adc8ca82000a094 Mon Sep 17 00:00:00 2001 From: Henry Brink Date: Sun, 5 May 2024 10:54:15 +0200 Subject: [PATCH] fix: reset to wrong branch --- build-and-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-run.sh b/build-and-run.sh index a43cdc7..90a1763 100755 --- a/build-and-run.sh +++ b/build-and-run.sh @@ -9,7 +9,7 @@ docker compose down # Download the current code main branch from github git fetch --all # Yes, this is the desired option! -git reset --hard origin/master +git reset --hard origin/main # Rebuild the images with the new code docker compose build