We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad867b commit 27ac565Copy full SHA for 27ac565
docs/configuration.rst
@@ -610,7 +610,7 @@ where specified.
610
611
The command will be truncated if it looks like a config file comment,
612
e.g. ``command=bash -c 'foo ; bar'`` will be truncated to
613
- ``command=bash -c 'foo ``. Quoting will not prevent this behavior,
+ ``command=bash -c 'foo``. Quoting will not prevent this behavior,
614
since the configuration file reader does not parse the command like
615
a shell would.
616
0 commit comments