From 5d18a18b725e3f45dca9429615b38ad8a8912039 Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Thu, 8 Aug 2019 16:54:44 -0700 Subject: [PATCH] Update step-notifier.groovy --- official/step-notifier.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/official/step-notifier.groovy b/official/step-notifier.groovy index 9993baa..7a06091 100755 --- a/official/step-notifier.groovy +++ b/official/step-notifier.groovy @@ -134,7 +134,8 @@ private saveSelectedSong() { def installed() { log.debug "Installed with settings: ${settings}" - + // Initialize input value + color = "Orange" initialize() } -- 2.34.1