Skip to content

Commit 23decea

Browse files
l2yshoszaganek
andauthored
Update src/commands/create.ts
Co-authored-by: Edyta <142720610+szaganek@users.noreply.github.com>
1 parent 5ab9f91 commit 23decea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export class CreateCommand extends ApifyCommand<typeof CreateCommand> {
173173

174174
if (folderExists?.isDirectory() && folderHasFiles) {
175175
const message =
176-
`Cannot create new Actor, directory '${actorName}' already exists. Please provide a different name.` +
176+
`Cannot create new Actor, directory '${actorName}' already exists. Provide a different name.` +
177177
' You can use "apify init" to create a local Actor environment inside an existing directory.';
178178

179179
if (json) {

0 commit comments

Comments
 (0)