Be consistent about nested quotes.

Use single quotes for the outer yaml-level strings, and double quote for
the quoted string.
This commit is contained in:
Mark Stemm 2017-07-05 14:14:13 -07:00
parent c8c0a97f64
commit 02645e7a2e

View File

@ -579,10 +579,10 @@
'"sh -c echo healthy "',
'"sh -c echo alive "',
'"sh -c getconf CLK_TCK"',
"'sh -c getconf PAGESIZE'",
"'sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null'",
"'sh -c /sbin/ldconfig -p 2>/dev/null'",
"'sh -c stty -a 2>/dev/null'"
'"sh -c getconf PAGESIZE"',
'"sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null"',
'"sh -c /sbin/ldconfig -p 2>/dev/null"',
'"sh -c stty -a 2>/dev/null"',
]
- rule: Run shell in container