Skip to content

Commit fe6f5ea

Browse files
eya46moonrailgun
authored andcommitted
用resolve替代join
1 parent fe04cbf commit fe6f5ea

File tree

1 file changed

+1
-1
lines changed
  • apps/cli/src/commands/docker

1 file changed

+1
-1
lines changed

apps/cli/src/commands/docker/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const initCompleted = (dir: string) =>
2222
Congratulations, you have successfully completed the configuration initialization, your configuration file is ready, and you are one step away from a successful deployment!
2323
2424
Your tailchat configuration files are stored in: ${chalk.underline(
25-
path.join(process.cwd(), dir)
25+
path.resolve(process.cwd(), dir)
2626
)}
2727
2828
Run the following command to complete the image download and start:

0 commit comments

Comments
 (0)