Skip to content

Commit 40161bf

Browse files
honzajavorekl2ysho
andauthored
chore: make next steps more compatible (#1026)
Co-authored-by: Richard Solar <solar.richard@gmail.com>
1 parent 5054f1c commit 40161bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/create-utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ export function formatCreateSuccessMessage(params: {
7777
let message = `✅ Actor '${actorName}' created successfully!`;
7878

7979
if (dependenciesInstalled) {
80-
message += `\n\nNext steps:\n\ncd '${actorName}'\napify run`;
80+
message += `\n\nNext steps:\n\ncd "${actorName}"\napify run`;
8181
} else {
8282
const installLine = installCommandSuggestion || 'install dependencies with your package manager';
83-
message += `\n\nNext steps:\n\ncd '${actorName}'\n${installLine}\napify run`;
83+
message += `\n\nNext steps:\n\ncd "${actorName}"\n${installLine}\napify run`;
8484
}
8585

8686
message += `\n\n💡 Tip: Use 'apify push' to deploy your Actor to the Apify platform\n📖 Docs: https://docs.apify.com/platform/actors/development`;

0 commit comments

Comments
 (0)