openflighthpc / flight-control

0 stars 0 forks source link

Fix check for true args in rake tasks #71

Closed timalces closed 1 year ago

timalces commented 1 year ago

Fixes checks on rake task args being true. Due to recent changes this wasn't working correctly - were being all treated as true as args are strings, which are truthy.