bin/briar_xtc.rb in briar-1.3.2 vs bin/briar_xtc.rb in briar-1.4.1

- old
+ new

@@ -134,10 +134,10 @@ args << opts[:series] end if opts[:dsym] args << '--dsym-file' - args << opts[:dsym] + args << File.expand_path(opts[:dsym]) end print_args = args.dup obscured_key = "#{api_key[0,1]}***#{api_key[api_key.length-1,1]}"