Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed branches aren't just for birds exercise to work properly with g…
…it2+
  • Loading branch information
ousennin committed Feb 1, 2017
commit 62d1a386f648c77ff60e0409322d8472ed8c0bf5
2 changes: 1 addition & 1 deletion problems/branches_arent_just_for_birds/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var username = ""
// verify they've pushed
// check the file is in contributors directory

exec('git config user.username', function(err, stdout, stderr) {
exec('git config user.name', function(err, stdout, stderr) {
if (err) return console.log(err)
username = stdout.trim()

Expand Down