Skip to content

Commit

Permalink
fix escape char
Browse files Browse the repository at this point in the history
  • Loading branch information
arstercz committed Oct 29, 2022
1 parent 8dd14d4 commit e900b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/telegraf-discover
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ sub remove_psquote {
}

my @shell_escape_chars = (
'"', '`', '\x27',
'"', '`', "\x27",
);

sub unescape_for_shell {
Expand Down

0 comments on commit e900b07

Please sign in to comment.