Skip to content

Commit

Permalink
Merge pull request Gazler#10 from tomstuart/patch-1
Browse files Browse the repository at this point in the history
Fix diff level
  • Loading branch information
Gary Rennie committed Mar 16, 2012
2 parents bbd1bb4 + 50baa19 commit e8f7cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/diff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

solution do
line = request "What line has changed?"
return false unless line == "23"
return false unless line == "26"
true
end

Expand Down

0 comments on commit e8f7cd9

Please sign in to comment.