tyler-sommer / stick

A golang port of the Twig templating engine
MIT License
183 stars 36 forks source link

Fix evaluation of 'or' operator in exec.go #31

Closed tyler-sommer closed 4 years ago

tyler-sommer commented 4 years ago

This fixes #30 -- turns out it was doing && instead of || 😅