mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
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
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue