Fix spelling of AutoDevopsHelper

This commit is contained in:
Kamil Trzcinski 2017-09-05 15:39:19 +02:00
parent 2f74400314
commit 440e93114e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module AutoDevOpsHelper
module AutoDevopsHelper
def show_auto_devops_callout?(project)
show_callout?('auto_devops_settings_dismissed') &&
can?(current_user, :admin_pipeline, project) &&