mfoemmel / fig

Fig is a utility for configuring environments and managing dependencies across a team of developers.
Other
81 stars 13 forks source link

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

Open joewalnes opened 13 years ago

joewalnes commented 13 years ago

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)