mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-01 18:12:45 +00:00
Fix error in schematic script
This commit is contained in:
parent
2d07df5759
commit
1f38fd9ab5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ssh-keyscan notabug.org >> .ssh/known_hosts
|
||||||
git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
|
git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
cd plugins/WorldEdit/schematics/
|
cd $HOME/plugins/WorldEdit/schematics/
|
||||||
if [ "git status --porcelain" ]; then
|
if [ "git status --porcelain" ]; then
|
||||||
git add --all
|
git add --all
|
||||||
git -c user.name='kaboom' -c user.email='' commit -m "Add new schematics"
|
git -c user.name='kaboom' -c user.email='' commit -m "Add new schematics"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue