Skip to content
Snippets Groups Projects
Commit bb944d8a authored by Maxim Belkin's avatar Maxim Belkin
Browse files

cmd/formulae.sh: fix spaces

parent 1d5e354c
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ homebrew-formulae() {
)"
local shortnames
shortnames="$(echo "$formulae" | cut -d "/" -f 3)"
echo -e "$formulae \n $shortnames" | \
echo -e "$formulae\n$shortnames" | \
grep -v '^homebrew/core' | \
sort -uf
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment