Skip to content

Commit 9b26046

Browse files
committed
update bin
1 parent fcf2226 commit 9b26046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/chromepet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chromepet({
2020
})
2121
.on('data', function(extension) {
2222
console.log(util.format('Publishing version: %s; Published version: %s; Not published yet',
23-
publishingVersion,
23+
commander.version,
2424
extension.version));
2525
})
2626
.on('end', function(extension, totalSeconds) {

0 commit comments

Comments
 (0)