Skip to content

Commit aabddae

Browse files
committed
fix: texts
1 parent 4ae99d5 commit aabddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/sdks.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const sdkForProject = async () => {
6868
}
6969

7070
if (!project) {
71-
throw new Error("Project is not set. Please run `{{ language.params.executableName }} pull project` to initialize the current directory with an {{ spec.title|caseUcfirst }} project.");
71+
throw new Error("Project is not set. Please run `{{ language.params.executableName }} init` to initialize the current directory with an {{ spec.title|caseUcfirst }} project.");
7272
}
7373

7474
client

0 commit comments

Comments
 (0)