You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a small issue that choco won't be able to force a package to re-download if it cannot find the files in the local cache. This is when the user passed parameter for package name does not match the actual package name. Use the environment variable instead when setting up paths so that the location is deterministic.
The text was updated successfully, but these errors were encountered:
Previously, there was a small issue that choco would not be able to
force a package to re-download if it could not find the files in the
local cache. This is due to using the user passed parameter for package
name instead of the actual package name where the code is looking for
the package. This is bad because it depends on the user to pass the
correct parameter and that may not be the case.
Instead of trusting input, make the pathing deterministic by using the
environment variables that choco set up for those values instead.
There is a small issue that choco won't be able to force a package to re-download if it cannot find the files in the local cache. This is when the user passed parameter for package name does not match the actual package name. Use the environment variable instead when setting up paths so that the location is deterministic.
The text was updated successfully, but these errors were encountered: