whippet deps install
should check that it's pulling from the correct repo
#113
Labels
whippet deps install
should check that it's pulling from the correct repo
#113
At the moment,
whippet deps install
can fail if the source inwhippet.lock
is changed.Example:
whippet deps install
to installplugin/foobar
fromgit@a:wordpress-plugins/foobar
whippet.lock
contains a git URL like this:git@b:wordpress-plugins/foobar
whippet deps install
and it will attempt to pull from the existing repo (git@a
) when it should be pulling from the new repo (git@b
)The text was updated successfully, but these errors were encountered: