Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config variable pass_backend no longer working in v2.2.0 #38

Closed
croissong opened this issue Mar 29, 2023 · 0 comments · Fixed by #39
Closed

config variable pass_backend no longer working in v2.2.0 #38

croissong opened this issue Mar 29, 2023 · 0 comments · Fixed by #39

Comments

@croissong
Copy link
Contributor

croissong commented Mar 29, 2023

I think in 002a364#diff-a9940e2f3ccc956ca93a818a6e399634544f70a82a3a5c7698c73333f74586d3R673 the pass_backend config key was renamed by accident:

-      if [[ $key == "pass_backend" ]] && [[ -z $pass_backend ]]; then
+     if [[ $key == "_PASS_BACKEND" ]] && [[ -z $_PASS_BACKEND ]]; then

_PASS_BACKEND works for now as a workaround though 😅

I opened #39, but I haven't yet reviewed 002a364 for other potential accidental renames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant