Skip to content

Commit 5f6f831

Browse files
committed
fix lint
1 parent d9a9991 commit 5f6f831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const argv = yargs(hideBin(process.argv))
6464
.version(false)
6565
.epilogue(
6666
'To connect, set your MCP client server command to `npx @apify/actors-mcp-server`'
67-
+ ' and set the environment variable `APIFY_TOKEN` to your Apify API token.\n'
67+
+ ' and set the environment variable `APIFY_TOKEN` to your Apify API token.\n',
6868
)
6969
.epilogue('For more information, visit https://github.com/apify/actors-mcp-server')
7070
.parseSync() as CliArgs;

0 commit comments

Comments
 (0)