Skip to content

Commit

Permalink
Ignore pretty name in list_csv sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
lj3954 authored and flexiondotorg committed May 2, 2024
1 parent e935f80 commit b61dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function list_csv() {
CSV_DATA="$(csv_data)"

echo "Display Name,OS,Release,Option,Downloader,PNG,SVG"
sort -f <<<"${CSV_DATA}"
sort -t',' -k2,2 <<<"${CSV_DATA}"

exit 0
}
Expand Down

0 comments on commit b61dd93

Please sign in to comment.