From 3e387962802a840519a4308a6085f781efdf07c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnaro=CC=88k?= Date: Fri, 2 Dec 2022 08:14:18 -0800 Subject: [PATCH] Quote version string. --- attributes/master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/master.rb b/attributes/master.rb index e934d7a7e..2c49c3d4b 100644 --- a/attributes/master.rb +++ b/attributes/master.rb @@ -40,7 +40,7 @@ # file to download from the Jenkins mirror. # # The current default is the last version of Jenkins which uses sysvinit scripts instead of systemd units. - master['version'] = 2.319.3 + master['version'] = '2.319.3' # # The "channel" to use, default is stable