diff options
| author | Diana Stanley <dstanley@gitlab.com> | 2018-07-17 15:56:43 -0700 |
|---|---|---|
| committer | Diana Stanley <dstanley@gitlab.com> | 2018-07-17 15:56:43 -0700 |
| commit | 37f7d11a4d74c6153fc7350c2fc47fcf8b9c812e (patch) | |
| tree | 58d6d5d0358815bef985e2c79add27a4893f14a7 /app/services/clusters | |
| parent | 9bdc9b1ae69a62ad764d8ae59baa43a4a0be1d3a (diff) | |
| download | gitlab-ce-37f7d11a4d74c6153fc7350c2fc47fcf8b9c812e.tar.gz | |
correct error message
Diffstat (limited to 'app/services/clusters')
| -rw-r--r-- | app/services/clusters/applications/check_installation_progress_service.rb | 2 |
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 |
