From 75e0283ead95b9b623f5056bd066ad64fc1cb0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Cunha?= Date: Mon, 8 Jul 2019 11:04:30 +0000 Subject: Apply suggestion to app/models/clusters/applications/runner.rb --- app/models/clusters/applications/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb index 7f6d95f59f3..9314d795950 100644 --- a/app/models/clusters/applications/runner.rb +++ b/app/models/clusters/applications/runner.rb @@ -46,7 +46,7 @@ module Clusters end def post_uninstall - runner.destroy + runner.destroy! end private -- cgit v1.2.1