Skip to content

Commit

Permalink
Update verify.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouglasbrett committed May 1, 2015
1 parent 343f2d7 commit ca9a65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/githubbin/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var user = ""

exec('git config user.username', function(err, stdout, stderr) {
if (err) return console.log(err)
var user = stdout.trim()
user = stdout.trim()
if (user === "") console.error("No username found.")
else {
console.log("Username added to Git config!")
Expand Down

0 comments on commit ca9a65f

Please sign in to comment.