Add some missing underscores to a variable check

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-22 14:10:13 -07:00
parent ebe42ef1e3
commit 6b341097f2
1 changed files with 1 additions and 1 deletions

View File

@ -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