summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-04 19:14:37 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-01-04 22:17:03 +0100
commit7d7d289b159fba332c68dc66b6f9f3b17428c3a3 (patch)
treedbe3b5060187c21a337c38e57c6695ced27c92c3
parentf834e2907d5111f3e2bcd8d0dd126f9e0dd0be7a (diff)
downloadgitlab-ce-7d7d289b159fba332c68dc66b6f9f3b17428c3a3.tar.gz
Add missing empty line in #reset_cache
-rw-r--r--app/controllers/projects/settings/ci_cd_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/settings/ci_cd_controller.rb b/app/controllers/projects/settings/ci_cd_controller.rb
index 1dcebcb15a6..86717bb7242 100644
--- a/app/controllers/projects/settings/ci_cd_controller.rb
+++ b/app/controllers/projects/settings/ci_cd_controller.rb
@@ -17,6 +17,7 @@ module Projects
else
flash[:error] = _("Unable to reset project cache.")
end
+
redirect_to project_pipelines_path(@project)
end