mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
shell-completion: fix mixed indent
This commit is contained in:
parent
68f66a1713
commit
2fe03e25fb
@ -28,7 +28,7 @@ __contains_word () {
|
||||
__get_machines() {
|
||||
local a b
|
||||
{ machinectl list --full --max-addresses=0 --no-legend --no-pager 2>/dev/null; echo ".host"; } | \
|
||||
{ while read a b; do echo " $a"; done; } | \
|
||||
{ while read a b; do echo " $a"; done; } | \
|
||||
sort -u
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user