Skip to content

Commit

Permalink
chore: bump mc-sp scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcStdt committed Aug 6, 2022
1 parent f234a2c commit 94fee4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/default-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ ! -f "$SCRIPTPATH/scroll-lock.json" ]; then
exit 0
fi

versionsDirs=$(find update/* -maxdepth 0 -type d | sort --version-sort)
versionsDirs=$(find $SCRIPTPATH/update/* -maxdepth 0 -type d | sort --version-sort)
current=$(cat $SCRIPTPATH/scroll-lock.json | jq -r .version)

for versionsDir in $versionsDirs
Expand Down
2 changes: 1 addition & 1 deletion scrolls/[email protected]/scroll.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mc-sp",
"desc": "Minecraft Spigot",
"version": "0.0.4",
"version": "0.0.6",
"processes": {
"main": {
"commands": {
Expand Down
2 changes: 1 addition & 1 deletion scrolls/[email protected]/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ ! -f "$SCRIPTPATH/scroll-lock.json" ]; then
exit 0
fi

versionsDirs=$(find update/* -maxdepth 0 -type d | sort --version-sort)
versionsDirs=$(find $SCRIPTPATH/update/* -maxdepth 0 -type d | sort --version-sort)
current=$(cat $SCRIPTPATH/scroll-lock.json | jq -r .version)

for versionsDir in $versionsDirs
Expand Down

0 comments on commit 94fee4f

Please sign in to comment.