Skip to content

Commit f101d44

Browse files
ffflorianisaacs
authored andcommitted
fix(unpublish): add space after hyphen
1 parent 2ee405d commit f101d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/unpublish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function unpublish (args, cb) {
9999
}).then(
100100
ret => {
101101
if (!opts.silent && opts.loglevel !== 'silent') {
102-
output(`-${spec.name}${
102+
output(`- ${spec.name}${
103103
spec.type === 'version' ? `@${spec.rawSpec}` : ''
104104
}`)
105105
}

0 commit comments

Comments
 (0)