Commit 37f7d11a authored by Diana Stanley's avatar Diana Stanley

correct error message

parent 9bdc9b1a
...@@ -35,7 +35,7 @@ module Clusters ...@@ -35,7 +35,7 @@ module Clusters
def check_timeout def check_timeout
if timeouted? if timeouted?
begin begin
app.make_errored!('Installation timeouted') app.make_errored!('Installation timed out')
ensure ensure
remove_installation_pod remove_installation_pod
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment