Skip to content

Commit

Permalink
Replace tr with fish shell builtin command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan2333 committed Mar 29, 2024
1 parent c4e81ba commit 6e7033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/sdk.fish
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end
# # # # # #

function __fish_sdkman_candidates
cat "$SDKMAN_DIR"/var/candidates | tr ',' '\n'
cat "$SDKMAN_DIR"/var/candidates | string replace -a -r ',' '\n'
end

function __fish_sdkman_candidates_with_versions
Expand Down

0 comments on commit 6e7033f

Please sign in to comment.