5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 04:34:16 +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
end.compact
unless d == @site.deployment_list.last && !status
if d == @site.deployment_list.last && !status
raise DeployException, 'Falló la compilación'
end
rescue StandardError => e