Skip to content

Commit 6c554b0

Browse files
committed
fix verify.sh output to not validate
1 parent c3f0374 commit 6c554b0

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
@@ -119,9 +119,9 @@ echo "☑️ 2. Verify running the wrapper shell-created app: cd ${DOWNLOAD_LO
119119
echo "☑️ 3. Verify running the wrapper forge-created app: cd ${DOWNLOAD_LOCATION}/apache-grails-wrapper-${VERSION}-bin/ForgeApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
120120
echo "☑️ 4. Verify running the cli shell-created app: cd ${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ShellApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
121121
echo "☑️ 5. Verify running the cli forge-created app: cd ${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ForgeApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
122-
echo "☑️ 6.1. Add the staging repository (`https://repository.apache.org/content/groups/staging`) to the `build.gradle` file in one of the apps above."
123-
echo "☑️ 6.2. Run `grails help` inside that app directory."
124-
echo "☑️ 6.3. Verify that the scaffolding commands (e.g. `generate-*`) are listed."
122+
echo "☑️ 6.1. Add the staging repository ('https://repository.apache.org/content/groups/staging') to the 'build.gradle' file in one of the apps above."
123+
echo "☑️ 6.2. Run 'grails help' inside that app directory."
124+
echo "☑️ 6.3. Verify that the scaffolding commands (e.g. 'generate-*') are listed."
125125
echo " This confirms that dynamic command resolution is working correctly."
126126

127127
echo "✅✅✅ Automatic verification finished. See above instructions for remaining manual testing."

0 commit comments

Comments
 (0)