1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-25 07:57:21 +00:00

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

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