aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/parse-packages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/parse-packages.rb b/bin/parse-packages.rb
index 3f85227..a000ac8 100755
--- a/bin/parse-packages.rb
+++ b/bin/parse-packages.rb
@@ -12,7 +12,7 @@ begin
xml.remove_namespaces!
rescue
# Bail out if it's not valid XML
- return []
+ abort("#{XML} is not valid XML")
end
packages ||= { 'updates' => [] }