Skip to content

Commit

Permalink
%Q - This is an alternative for double-quoted strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Slobodyan committed Jan 9, 2018
1 parent 9b734ad commit 5fd4c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -244,7 +244,7 @@ td_agent_filter 'filter_webserver' do
type 'record_transformer'
tag 'webserver.*'
parameters(
record: [ { host_param: %q|"#{Socket.gethostname}"| } ]
record: [ { host_param: %Q|"#{Socket.gethostname}"| } ]
)
end
```
Expand Down

0 comments on commit 5fd4c67

Please sign in to comment.