We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys,
I'm reporting that the commit made by @bep unexported the var HugoCmd. That broke caddy-hugo plugin because it needs to use that variable to work.
HugoCmd
caddy-hugo
I suggest, or export again the variable, or give me another way to do what I was doing in those lines linked above.
Thanks :)
The text was updated successfully, but these errors were encountered:
I will re-export the var now, but we should think of a better API for you (and others) to use.
Sorry, something went wrong.
eebf00f
Thanks. Yes, we should. 💯
Re-export HugoCmd
18a9b08
Caddy depends on it. Fixes gohugoio#1827
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Hey guys,
I'm reporting that the commit made by @bep unexported the var
HugoCmd
. That brokecaddy-hugo
plugin because it needs to use that variable to work.I suggest, or export again the variable, or give me another way to do what I was doing in those lines linked above.
Thanks :)
The text was updated successfully, but these errors were encountered: