From 6bf3ab5b898f0698e6bbb58354f860f0efbfc169 Mon Sep 17 00:00:00 2001 From: lakelse Date: Mon, 5 Oct 2015 23:55:34 -0500 Subject: [PATCH] allow filename to be nil if not specified Specifying the filename compromises the logic that handles a nil filename in GTBI::Export generate method. --- cli.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/cli.rb b/cli.rb index f359c35..2e08386 100644 --- a/cli.rb +++ b/cli.rb @@ -27,7 +27,6 @@ end opts.on('-r [ARG]', '--repository', 'Export only one repository') do |v| options[:repository] = v - options[:filename] ||= v + '.zip' end opts.on('-h', '--help', 'Show this message') do |v| puts opts