We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9160c commit 095aab5Copy full SHA for 095aab5
.gitignore
@@ -38,4 +38,3 @@ jspm_packages
38
39
tmp/
40
.DS_Store
41
-.env.json
bin/install
@@ -36,6 +36,4 @@ npm install
36
echo "You might need root privilege to install globally ... "
37
sudo npm install -g .
-rm $ENVFILE
-
echo "leetcode-cli successfully installed."
lib/commands/version.js
@@ -9,7 +9,7 @@ var cmd = {
9
};
10
11
function prettyLine(k, v) {
12
- log.info(sprintf('%-20s %s', k + ':', v));
+ log.info(sprintf('%-20s %s', k, v));
13
}
14
15
function getVersion() {
0 commit comments