Skip to content

Commit e8248bc

Browse files
committed
refactor: tip for no organizations
1 parent 3b9d6ad commit e8248bc

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
@@ -163,7 +163,7 @@ const questionsInitProject = [
163163
})
164164

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

169169
return choices;

0 commit comments

Comments
 (0)