PLUS whitespace (not only, but also for Steven)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent 5aa32fa42d
commit 75509dc8a5
  1. 2
      bin/cdist-mass-deploy

@ -33,7 +33,7 @@ fi
while [ $# -ge 1 ]; do
# 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
# if not, wait for it _now_

Loading…
Cancel
Save