correct error message

This commit is contained in:
Diana Stanley 2018-07-17 15:56:43 -07:00
parent 9bdc9b1ae6
commit 37f7d11a4d
1 changed files with 1 additions and 1 deletions

View File

@ -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