Skip to content

Commit 09e0299

Browse files
committed
Fix RuboCop warning
1 parent 003b115 commit 09e0299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/runtime/package_model.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def after_update
3939
super
4040
return unless column_changed?(:state)
4141

42-
BitsExpiration.new.expire_packages!(app) if ready? or failed?
42+
BitsExpiration.new.expire_packages!(app) if ready? || failed?
4343
end
4444

4545
def validate

0 commit comments

Comments
 (0)