diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-07-08 13:38:30 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-07-08 13:38:30 -0400 |
| commit | 8feb35ed7d126df13ad935f8bf6c5e752f49724e (patch) | |
| tree | 850e24beb8bad2ebcea0010669e9530b6755429c | |
| parent | f386f15847646d8140d9a1d4c50e9f07d5371d2c (diff) | |
Cleanup
| -rwxr-xr-x | nowopen | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -127,10 +127,8 @@ end local options = {} for i,place in ipairs(places) do - if arg[1] then - if not matches_tags(place, arg) then - goto next_place - end + if not matches_tags(place, arg) then + goto next_place end local today_times = nil for _,time in ipairs(place.times) do |
