Commit 34d837b5 authored by João Cunha's avatar João Cunha

Remove unecessary begin..end block

parent 70e44301
...@@ -6,7 +6,6 @@ module Clusters ...@@ -6,7 +6,6 @@ module Clusters
def execute def execute
return unless app.scheduled? return unless app.scheduled?
begin
app.make_installing! app.make_installing!
helm_api.install(install_command) helm_api.install(install_command)
...@@ -21,5 +20,4 @@ module Clusters ...@@ -21,5 +20,4 @@ module Clusters
end end
end end
end end
end
end end
...@@ -6,7 +6,6 @@ module Clusters ...@@ -6,7 +6,6 @@ module Clusters
def execute def execute
return unless app.scheduled? return unless app.scheduled?
begin
app.make_updating! app.make_updating!
helm_api.update(update_command) helm_api.update(update_command)
...@@ -22,5 +21,4 @@ module Clusters ...@@ -22,5 +21,4 @@ module Clusters
end end
end end
end end
end
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