PLUS whitespace (not only, but also for Steven)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5aa32fa42d
commit
75509dc8a5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fi
|
||||||
|
|
||||||
while [ $# -ge 1 ]; do
|
while [ $# -ge 1 ]; do
|
||||||
# always assume we run parallel
|
# always assume we run parallel
|
||||||
cdist-deploy-to "$1" | awk -v host=$1 '{ print "[" host "]" $0 }"' &
|
cdist-deploy-to "$1" | awk -v host=$1 '{ print "[" host "] " $0 }' &
|
||||||
shift
|
shift
|
||||||
|
|
||||||
# if not, wait for it _now_
|
# if not, wait for it _now_
|
||||||
|
|
Loading…
Reference in a new issue