-
Notifications
You must be signed in to change notification settings - Fork 527
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
Forced update resets gist dependency #499
Comments
That's it precisely what I meany though it seem that I wrongly assumed |
Look into your dependencies file. You pinned the commit to 5d9 - I think it's all correct now. |
Why do say I pinned the commit? Looks fine to me |
sorry my bad. that hash is not the version but the gist identifier. will try to fix asap. |
When there is a gist dependency locked to some commit other than the initial running
paket.exe update --force
downloads the gist's first commit and updatespaket.lock
accordingly. Can be reproduced in this repoThe text was updated successfully, but these errors were encountered: