Skip to content

Commit

Permalink
Update restrict-day.sentinel
Browse files Browse the repository at this point in the history
  • Loading branch information
opslivia authored Nov 8, 2021
1 parent 3446434 commit 6dfb2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restrict-day.sentinel
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import "time"
day = time.now.weekday
print ("no tf applies on friday")

main = rule { day =! 5 }
main = rule { day != 5 }

0 comments on commit 6dfb2df

Please sign in to comment.