Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 3, 2015
1 parent c256c8c commit 2610c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmds/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var publish = function(args) {

var username;
var password;
var user = args.user || process.env.HFT_PUBLISH_USER
var user = args.user || process.env.HFT_PUBLISH_USER;
if (user) {
username = user.split(":")[0];
password = user.split(":")[1];
Expand Down

0 comments on commit 2610c45

Please sign in to comment.