mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 12:35:35 +00: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:
@ -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."
|
||||
|
||||
Reference in New Issue
Block a user