Skip to content

fig --update-if-missing doesn't try again if first attempt failed #54

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

Open
joewalnes opened this issue Jan 21, 2011 · 0 comments
Open

Comments

@joewalnes
Copy link

Given: package foo/1 does not exist in the repo.
When: fig --update-if-missing -i foo/1
Then: it fails (as expected)

Given: I then publish foo/1 to the repo
When: fig --update-if-missing -i foo/1
Then: it still fails (should try again, because first attempt didn't complete successfully)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant