From 1b4821b6f18296b8ddc1b4ecf8522f2f7af04d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Pila=C5=99?= Date: Sun, 15 Apr 2018 13:32:22 +0200 Subject: [PATCH] Fix inventory test --- cmd/sup/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sup/main_test.go b/cmd/sup/main_test.go index 80d354c..2b8d52b 100644 --- a/cmd/sup/main_test.go +++ b/cmd/sup/main_test.go @@ -551,7 +551,7 @@ version: 0.4 networks: staging: - inventory: array=( 0 2 ); for i in "${array[@]}"; do printf "server$i\n\n# comment\n"; done + inventory: printf "server0\n# comment\n\nserver2\n" commands: step1: