mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-04-17 18:21:03 +02:00
Strip heredoc
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
b01ad26c8a
commit
a7247dfbe6
@ -17,7 +17,7 @@ module ConfigHistories
|
||||
port 24224
|
||||
</source>
|
||||
CONFIG
|
||||
new_config = <<-CONFIG
|
||||
new_config = <<-CONFIG.strip_heredoc
|
||||
<source>
|
||||
@type http
|
||||
port 8899
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user