lib/zold/commands/push.rb in zold-0.31.0 vs lib/zold/commands/push.rb in zold-0.31.1

- old
+ new

@@ -57,9 +57,10 @@ @remotes = remotes @log = log end def run(args = []) + @log.debug("Push.run(#{args.join(' ')})") opts = Slop.parse(args, help: true, suppress_errors: true) do |o| o.banner = "Usage: zold push [ID...] [options] Available options:" o.bool '--ignore-score-weakness', 'Don\'t complain when their score is too weak',