mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-20 17:33:08 +00:00
Add some missing underscores to a variable check
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ebe42ef1e3
commit
6b341097f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user