Skip to content

Commit

Permalink
fix: update all plugins even if any plugin is already updated (#45)
Browse files Browse the repository at this point in the history
Fix #38
  • Loading branch information
dochang committed Mar 19, 2024
1 parent 62266a9 commit 4950f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/asdf-plugin-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ update_plugins() {

if [[ "${plugin_ref_before_update}" == "${plugin_ref_after_update}" ]]; then
echo "[INFO] The plugin \"${plugin_name}\" with git-ref \"${plugin_ref_managed}\" is already up-to-date."
exit 0
continue
fi

echo "[INFO] Updating git-ref in plugin version file: $(print_plugin_versions_filename)"
Expand Down

0 comments on commit 4950f98

Please sign in to comment.