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.
This commit is contained in:
Jeremy Price 2024-01-08 10:08:52 -08:00
parent 585d7d0b87
commit 6129f4722f

View file

@ -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."