Skip to content

Commit 36ba8d3

Browse files
committed
Char order nit
1 parent 076e162 commit 36ba8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/meow-with-subcommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function getAsciiHeader(command: string) {
220220
.cwd()
221221
.replace(
222222
new RegExp(`^${escapeRegExp(constants.homePath + path.sep)}`, 'i'),
223-
'/~'
223+
'~/'
224224
)
225225
)
226226
const body = `

0 commit comments

Comments
 (0)