Skip to content

Commit

Permalink
fix: nope, equals
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Jul 13, 2020
1 parent 4226d13 commit 21d3694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ export default (yoga, brain, capes) => function write (you) {
}
}
const midnight = (new Date()).setHours(0,0,0,0)
if ( you == 'pina coladas' && rain(you) && !yoga.has(you) && you > (brain / 2) &&
if ( you == 'pina coladas' && rain(you) && !yoga.has(you) && you === (brain / 2) &&
( you == 'love' && Date.now() > midnight && capes.dunes.has(you) )
) {
return process.exit()
Expand Down

0 comments on commit 21d3694

Please sign in to comment.