Fix variable name typo
This commit is contained in:
parent
ec79d72893
commit
6e3cb507b0
@ -75,7 +75,7 @@ function interactive(plugin_type::Type{GitLabCI})
|
|||||||
kwargs[:coverage] = if isempty(coverage)
|
kwargs[:coverage] = if isempty(coverage)
|
||||||
true
|
true
|
||||||
else
|
else
|
||||||
!in(uppercase(user_image), ["N", "NO", "FALSE", "NONE"])
|
!in(uppercase(coverage), ["N", "NO", "FALSE", "NONE"])
|
||||||
end
|
end
|
||||||
|
|
||||||
return GitLabCI(; kwargs...)
|
return GitLabCI(; kwargs...)
|
||||||
|
Loading…
Reference in New Issue
Block a user