summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Stanley <dstanley@gitlab.com>2018-07-17 15:56:43 -0700
committerDiana Stanley <dstanley@gitlab.com>2018-07-17 15:56:43 -0700
commit37f7d11a4d74c6153fc7350c2fc47fcf8b9c812e (patch)
tree58d6d5d0358815bef985e2c79add27a4893f14a7
parent9bdc9b1ae69a62ad764d8ae59baa43a4a0be1d3a (diff)
downloadgitlab-ce-37f7d11a4d74c6153fc7350c2fc47fcf8b9c812e.tar.gz
correct error message
-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 4640c5a2d4b..8a6abb820e4 100644
--- a/app/services/clusters/applications/check_installation_progress_service.rb
+++ b/app/services/clusters/applications/check_installation_progress_service.rb
@@ -35,7 +35,7 @@ module Clusters
def check_timeout
if timeouted?
begin
- app.make_errored!('Installation timeouted')
+ app.make_errored!('Installation timed out')
ensure
remove_installation_pod
end