Skip to content

Commit 717f610

Browse files
committed
1 parent 4698cf2 commit 717f610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/platform-key.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ if (pkg === true) pkg = undefined
1818

1919
const config = await get_config(pkg as string | undefined)
2020

21-
console.log(`${utils.pkg.str(config.pkg).replace('/', '_')}+${platform}`)
21+
console.log(`${utils.pkg.str(config.pkg).replaceAll('/', '_')}+${platform}`)

0 commit comments

Comments
 (0)