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 committed Apr 30, 2024
1 parent b649696 commit 1e2c631
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 1e2c631

Please sign in to comment.