Commit 9c9c755a authored by Shubham Kumar's avatar Shubham Kumar

Fix spacing error

parent b84832e5
......@@ -19,10 +19,10 @@ module Clusters
def check_timeout
if timed_out?
app.make_errored!("Operation timed out. Check pod logs for #{pod_name} for more details.")
app.make_errored!("Operation timed out. Check pod logs for #{pod_name} for more details.")
else
ClusterWaitForAppInstallationWorker.perform_in(
ClusterWaitForAppInstallationWorker::INTERVAL, app.name, app.id)
ClusterWaitForAppInstallationWorker::INTERVAL, app.name, app.id)
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