summaryrefslogtreecommitdiff
path: root/app/services/clusters
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 13:55:44 +0100
committerAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 13:55:44 +0100
commite6616e0468deaf1e37ddddc9332cc3e677567410 (patch)
tree4ba0050161f732a4243faa83d0a56416d6d99c23 /app/services/clusters
parent44f885eff62cca07b60f8bb210733c4e0a2ea019 (diff)
downloadgitlab-ce-e6616e0468deaf1e37ddddc9332cc3e677567410.tar.gz
Fix typos
Diffstat (limited to 'app/services/clusters')
-rw-r--r--app/services/clusters/applications/check_installation_progress_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/clusters/applications/check_installation_progress_service.rb b/app/services/clusters/applications/check_installation_progress_service.rb
index 7f5a633b749..cf96c128c2e 100644
--- a/app/services/clusters/applications/check_installation_progress_service.rb
+++ b/app/services/clusters/applications/check_installation_progress_service.rb
@@ -40,7 +40,7 @@ module Clusters
end
end
- def finilize_installation
+ def finalize_installation
FinalizeInstallationService.new(app).execute
end