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
If fisher update foo/bar fails, we shouldn't remove the plugin as that would be the worst possible outcome for the user. Imagine trying to update a plugin and not only failing to do that, but the plugin it's removed. Related #601.
The text was updated successfully, but these errors were encountered:
- Remove and install when updating instead of replacing files (#601)
- Updating shouldn't remove plugin if the host is unvailable (#602)
- Can't reliably update local plugins because of symlinks (#603)
- Filter duplicates in argv and fish_plugins (#604)
- Add support to install plugins from branch names with slashes (#588)
If
fisher update foo/bar
fails, we shouldn't remove the plugin as that would be the worst possible outcome for the user. Imagine trying to update a plugin and not only failing to do that, but the plugin it's removed. Related #601.The text was updated successfully, but these errors were encountered: