Skip to content

Commit 3f5202b

Browse files
committed
space
1 parent a527f12 commit 3f5202b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$2" == "--setup" ] || [ "$2" == "--jar" ]; then
1313
./scripts/decompile.sh "$basedir"
1414
./scripts/init.sh "$basedir"
1515
fi
16-
./scripts/applyPatches.sh "$basedir" "$2"
16+
./scripts/applyPatches.sh "$basedir" "$2"
1717

1818
if [ "$2" == "--jar" ]; then
1919
./gradlew build && ./scripts/paperclip.sh "$basedir"

0 commit comments

Comments
 (0)