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
These would need to run choco -v one time to ensure that a config file exists. Otherwise when they hit a line like
choco -v
cChoco/DSCResources/cChocoSource/cChocoSource.psm1
Line 152 in 6b8f5a5
And it doesn't return any files, so when they call the next line
Line 154 in 6b8f5a5
It errors on converting NULL into XML.
Run choco one time prior to setting configuration, perhaps just after the install in your installation script.
choco
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These would need to run
choco -v
one time to ensure that a config file exists. Otherwise when they hit a line likecChoco/DSCResources/cChocoSource/cChocoSource.psm1
Line 152 in 6b8f5a5
And it doesn't return any files, so when they call the next line
cChoco/DSCResources/cChocoSource/cChocoSource.psm1
Line 154 in 6b8f5a5
It errors on converting NULL into XML.
Workarounds
Run
choco
one time prior to setting configuration, perhaps just after the install in your installation script.The text was updated successfully, but these errors were encountered: