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:
parent
585d7d0b87
commit
6129f4722f
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ install_snipeit () {
|
||||||
log "git clone https://github.com/snipe/snipe-it $APP_PATH" & pid=$!
|
log "git clone https://github.com/snipe/snipe-it $APP_PATH" & pid=$!
|
||||||
progress
|
progress
|
||||||
pushd $APP_PATH
|
pushd $APP_PATH
|
||||||
git checkout jerm/snipeit-sh
|
git checkout master
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo "* Configuring .env file."
|
echo "* Configuring .env file."
|
||||||
|
|
Loading…
Add table
Reference in a new issue