Skip to content

Commit

Permalink
Fix inventory test
Browse files Browse the repository at this point in the history
  • Loading branch information
mingan committed Apr 15, 2018
1 parent bbaf7c5 commit 1b4821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sup/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b4821b

Please sign in to comment.