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
When using asdf-plugin-manager update-all if one of the plugins doesn't need update, the script stop with return code 0 without testing other dependencies
[INFO] Updating: alias https://github.com/andrewthauer/asdf-alias.git 1209ad5 to HEAD
Updating alias to main
Already on 'main'
Your branch is up to date with 'origin/main'.
[INFO] The plugin "alias" with git-ref "1209ad5" is already up-to-date.
execute
asdf-plugin-manager add alias #add one of the plugin already
asdf-plugin-manager add-all
The output is
[INFO] Adding: alias https://github.com/andrewthauer/asdf-alias.git 1209ad5
Plugin named alias already added
Expected behavior
The update-all command should try to update all plugins.
The add-all command should try to install all the plugins even if one is already installed
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
asdf-plugin-manager update-all
if one of the plugins doesn't need update, the script stop with return code 0 without testing other dependenciesSteps to reproduce
Using the following
.plugin-versions
fileuse
asdf-plugin-manager update-all
The output is
execute
The output is
Expected behavior
The
update-all
command should try to update all plugins.The
add-all
command should try to install all the plugins even if one is already installedAdditional context
The text was updated successfully, but these errors were encountered: