Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 15:55:44 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 15:55:44 +0300
commite6616e0468deaf1e37ddddc9332cc3e677567410 (patch)
tree4ba0050161f732a4243faa83d0a56416d6d99c23 /app/services/clusters
parent44f885eff62cca07b60f8bb210733c4e0a2ea019 (diff)
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