Skip to content

Commit 80509c5

Browse files
Update templates/cli/lib/questions.js.twig
1 parent bc6f25e commit 80509c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const questionsInitProject = [
160160
})
161161

162162
if (choices.length == 0) {
163-
throw new Error(`No organizations found. Please create a new organization in this url ${globalConfig.getEndpoint().replace('/v1', '/console/onboarding')}`)
163+
throw new Error(`No organizations found. Please create a new organization at ${globalConfig.getEndpoint().replace('/v1', '/console/onboarding')}`)
164164
}
165165

166166
return choices;

0 commit comments

Comments
 (0)