From c297031f6b2d438a9a035dbbf07a3086a92f27cc Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 21 Apr 2021 17:58:13 -0400 Subject: [PATCH] Surround scalar in single quotes --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 217f9f360..d9309f098 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1873,7 +1873,7 @@ patch_pillar() { printf '%s\n'\ "patch:"\ " os:"\ - " source: $source"\ + " source: '$source'"\ " schedule_name: '$PATCHSCHEDULENAME'"\ " enabled: True"\ " splay: 300"\