This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 9ac2261af8 #14887 - fix indentation
9ac2261af8 is described below

commit 9ac2261af8b4d49262e7998b92bd658ebc5c2211
Author: James Daugherty <[email protected]>
AuthorDate: Thu Jan 22 02:06:08 2026 -0500

    #14887 - fix indentation
---
 .../main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/grails-shell-cli/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy
 
b/grails-shell-cli/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy
index d5afc0cb40..1766cf4ab7 100644
--- 
a/grails-shell-cli/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy
+++ 
b/grails-shell-cli/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy
@@ -840,7 +840,7 @@ class CreateAppCommand extends ArgumentCompletingCommand 
implements ProfileRepos
 
             if (!url.startsWith('http')) {
                 // mavenLocal(), mavenCentral(), etc
-                return "${' ' * (spaces + 4)}${url}" as String
+                return "${' ' * spaces}${url}" as String
             }
 
             List<String> lines = [

Reply via email to