Skip to content

Commit

Permalink
fix: return code in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Apr 25, 2024
1 parent 0700e49 commit e03ea33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/expressir/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def validate(*paths)
end
end

if no_valid.size || no_version.size
unless no_valid.empty? && no_version.empty?
exit 1
end
end
Expand Down

0 comments on commit e03ea33

Please sign in to comment.