Skip to content

Commit e5f794b

Browse files
committed
[skip ci] fix formatting
1 parent 248a0c2 commit e5f794b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/bin/verify.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ echo "☑️ Run the cli ForgeApp: cd ${DOWNLOAD_LOCATION}/apache-grails-${VER
9090
echo "☑️ run the reproducible build test (see below)"
9191

9292
# I have no idea why this needs done manually, but if it's run from this script gradle happily ignores the settings.gradle and tries to build (so it fails)
93-
echo "\tUnable to bootstrap gradle manually. Please bootstrap by running the gradle `wrapper` task in grails & grails/grails-gradle."
94-
echo "\tAfter bootstrapping, call verify-reproducible.sh '${DOWNLOAD_LOCATION}'"
95-
echo "\n"
93+
echo " Unable to bootstrap gradle manually. Please bootstrap by running the gradle 'wrapper' task in grails & grails/grails-gradle."
94+
echo " After bootstrapping, call verify-reproducible.sh '${DOWNLOAD_LOCATION}'"
95+
echo ""
9696

9797
echo "✅✅✅ Verification finished, see above instructions for remaining manual testing."

0 commit comments

Comments
 (0)