There was an error while loading. Please reload this page.
1 parent 5ab9f91 commit 23deceaCopy full SHA for 23decea
1 file changed
src/commands/create.ts
@@ -173,7 +173,7 @@ export class CreateCommand extends ApifyCommand<typeof CreateCommand> {
173
174
if (folderExists?.isDirectory() && folderHasFiles) {
175
const message =
176
- `Cannot create new Actor, directory '${actorName}' already exists. Please provide a different name.` +
+ `Cannot create new Actor, directory '${actorName}' already exists. Provide a different name.` +
177
' You can use "apify init" to create a local Actor environment inside an existing directory.';
178
179
if (json) {
0 commit comments