Beinish
Boolean value keeps evaluating as false
Hello everyone, I'm trying to do something like this:
The end goal is to clone a repo if a specific argument was passed to the CLI.
Testing it with:
Gives me:
So the actual
grep
that I pass in the sh
of with_elastic
evaluates to be true, while the final result of calling {{.with_elastic}}
is false.
Why? And how do I do it correctly?1 replies