Skip to content

Commit

Permalink
Fixed categories name as command for Symfony Console
Browse files Browse the repository at this point in the history
  • Loading branch information
Cronos87 committed Mar 15, 2016
1 parent 196a217 commit de17e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_console
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _console_get_command_list () {
IFS=" "
`_find_console` --no-ansi | \
sed "1,/Available commands/d" | \
awk '/ [a-z]+/ { print $0 }' | \
awk '/ [a-z]+/ { print $0 }' | \
sed -E 's/^[ ]+//g' | \
sed -E 's/[:]+/\\:/g' | \
sed -E 's/[ ]{2,}/\:/g'
Expand Down

0 comments on commit de17e99

Please sign in to comment.