Skip to content

Commit

Permalink
fix: dequote editions pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Aug 27, 2024
1 parent a13d554 commit bc2858e
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 @@ -3521,7 +3521,7 @@ if [ -n "${2}" ]; then
fi
else
show_os_info "${OS}"
echo -e " - Editions:\t$("editions_${OS} | fmt -w 80")"
echo -e " - Editions:\t$(editions_${OS} | fmt -w 80)"
echo -e "\nERROR! You must specify an edition."
exit 1
fi
Expand Down

0 comments on commit bc2858e

Please sign in to comment.