duxnp commented on issue #1172: URL: https://github.com/apache/grails-spring-security/issues/1172#issuecomment-3867678419
I believe #1175 introduced a typo for some of the s2-quickstart script examples. https://github.com/apache/grails-spring-security/pull/1175/changes#diff-4a5d0e2619d614e4a80b5769d14228c5a0e53a4844b6b80ebeb5d0698a1fdc80R72 When I ran it this way, I ended up with a package called s2-quickstart: ```bash ./grailsw s2-quickstart s2-quickstart com.yourapp User Role ``` This produces the expected result for me: ```bash ./grailsw s2-quickstart com.yourapp User Role ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
