Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit b092313

Browse files
committed
key table fix
1 parent 132c48c commit b092313

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/commands/keys.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgb-cli",
3-
"version": "1.1.3",
3+
"version": "1.1.4-dev",
44
"description": "nodeJS CLI to PhoneGap Build",
55
"keywords": [
66
"PhoneGap",

src/commands/keys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = () => {
2020
str = str.concat('\n\n')
2121

2222
if (data.length === 0) {
23-
return str.concat('no keys\n')
23+
return str.concat('no keys\n\n')
2424
}
2525

2626
let table = new easyTable() /* eslint-disable-line new-cap */

0 commit comments

Comments
 (0)