-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
HUSKY: unbound variable #1358
Comments
Thank you for the report and solution. PR ready. |
Merged
no. the pr didn't fix anything: |
Since |
Ahaa, I did not look at that angle. So yes. The only way to have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
~/.config/husky/init.sh
Possible Solution
Use
${HUSKY:-}
instead of
$HUSKY
in the
h
script.Background Info
https://stackoverflow.com/a/44606194
The text was updated successfully, but these errors were encountered: