Skip to content

Commit 4aab55c

Browse files
committed
chore: bump mc-sp scroll
1 parent f234a2c commit 4aab55c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/default-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ ! -f "$SCRIPTPATH/scroll-lock.json" ]; then
77
exit 0
88
fi
99

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

1313
for versionsDir in $versionsDirs

scrolls/mc-sp@1.17/scroll.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mc-sp",
33
"desc": "Minecraft Spigot",
4-
"version": "0.0.4",
4+
"version": "0.0.7",
55
"processes": {
66
"main": {
77
"commands": {

scrolls/mc-sp@1.17/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ ! -f "$SCRIPTPATH/scroll-lock.json" ]; then
77
exit 0
88
fi
99

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

1313
for versionsDir in $versionsDirs

0 commit comments

Comments
 (0)