Fix variable name typo

This commit is contained in:
Chris de Graaf 2017-10-01 21:41:55 -05:00
parent ec79d72893
commit 6e3cb507b0

View File

@ -75,7 +75,7 @@ function interactive(plugin_type::Type{GitLabCI})
kwargs[:coverage] = if isempty(coverage)
true
else
!in(uppercase(user_image), ["N", "NO", "FALSE", "NONE"])
!in(uppercase(coverage), ["N", "NO", "FALSE", "NONE"])
end
return GitLabCI(; kwargs...)