Skip to content

Commit

Permalink
allow quoteless query (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen authored and lmarburger committed Aug 8, 2016
1 parent 464adbe commit a563ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/papertrail/cli.rb
Expand Up @@ -120,7 +120,7 @@ def run
@query = search['query']
end

@query ||= ARGV[0]
@query ||= ARGV.join ' '

if options[:follow]
search_query = connection.query(@query, query_options)
Expand Down

0 comments on commit a563ccf

Please sign in to comment.