From 6b341097f22eb74b704dd99d2a974db878af4c7c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 22 Oct 2022 14:10:13 -0700 Subject: [PATCH] Add some missing underscores to a variable check Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index e2068009..3b3ea6c8 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1313,7 +1313,7 @@ sub check_prerelease { # the check. # bail if this is an update test - return if (get_var("ADVISORY OR TASK")); + return if (get_var("ADVISORY_OR_TASK")); # 0 means "tags MUST NOT be shown", 1 means "tags MUST be shown", # any other value means we don't care