Tomáš Macák

Results 3 comments of Tomáš Macák

After some troubleshooting, I found out, that for spec tests variable `ENV["CUSTOM_HELM_PATH"]` is empty and because of that, it gives you binary path, which uses your current directory (`local_helm_full_path` function...

Good catch, I looked into it and think that we should remove `#{e.message}` from that line and if stack trace is needed, then we could just use `Log.debug {"#{e.message}"}` to...