summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian7
1 files changed, 3 insertions, 4 deletions
diff --git a/debian b/debian
index 96fe225..77ba1f5 100755
--- a/debian
+++ b/debian
@@ -53,12 +53,11 @@ def find(elem)
end
if ARGV.length != 1 then
- $stderr.puts "No key provided"
- exit 2
+ key = "stable"
+else
+ key = ARGV.shift.strip.downcase
end
-key = ARGV.shift.strip.downcase
-
res = find(key)
if res.nil? then