Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jlord/git-it
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Jan 28, 2014
2 parents 0e53320 + dd7b9bb commit 13680e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion problems/remote_control/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ exec('git reflog show origin/master', function(err, stdout, stderr) {
var ref = stdout.trim()

if (ref.match("update by push")) console.log("Bingo! Detected a push.")
else console.log("No evidence of push.")
else console.log("No evidence of push.")
})

0 comments on commit 13680e5

Please sign in to comment.