From 6129f4722f23ac4652aadc40d254a91188251f1b Mon Sep 17 00:00:00 2001 From: Jeremy Price Date: Mon, 8 Jan 2024 10:08:52 -0800 Subject: [PATCH] Oops! Don't checkout my custom branch using master until we make the switch to main. As master will keep working after we switch branches, main will _not_ work _until_ we switch, and if for some reason we have to delay the branch migration, this will remain broken until we fix it. --- snipeit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipeit.sh b/snipeit.sh index ba298c2ed..97ed25643 100755 --- a/snipeit.sh +++ b/snipeit.sh @@ -227,7 +227,7 @@ install_snipeit () { log "git clone https://github.com/snipe/snipe-it $APP_PATH" & pid=$! progress pushd $APP_PATH - git checkout jerm/snipeit-sh + git checkout master popd echo "* Configuring .env file."