Skip to content

Commit

Permalink
fix: remove sort_versions call
Browse files Browse the repository at this point in the history
  • Loading branch information
hensou committed May 20, 2024
1 parent f4fdbfa commit 3ae9381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugin_dir=$(dirname "$(dirname "$current_script_path")")
# shellcheck source=../lib/utils.bash
source "${plugin_dir}/lib/utils.bash"

list_all_versions | sort_versions | xargs echo
list_all_versions

0 comments on commit 3ae9381

Please sign in to comment.