5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 12:41:41 +00:00

fix: reversed logic

This commit is contained in:
f 2023-11-17 18:40:34 -03:00
parent 9709f419ca
commit c8e1d50232
No known key found for this signature in database

View file

@ -57,7 +57,7 @@ class DeployJob < ApplicationJob
nil nil
end.compact end.compact
unless d == @site.deployment_list.last && !status if d == @site.deployment_list.last && !status
raise DeployException, 'Falló la compilación' raise DeployException, 'Falló la compilación'
end end
rescue StandardError => e rescue StandardError => e