Problems with wildcards in config path #12884
-
Hi there,
We had not seen this behavior in the previous version. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Without quoting the path, your shell will expand the path before Vector consumes it causing an error. |
Beta Was this translation helpful? Give feedback.
-
@spencergilbert |
Beta Was this translation helpful? Give feedback.
-
@spencergilbert
@spencergilbert |
Beta Was this translation helpful? Give feedback.
-
OK, |
Beta Was this translation helpful? Give feedback.
Without quoting the path, your shell will expand the path before Vector consumes it causing an error.
-c
takes a single argument and you should avoid shell expansion there.