Skip to content

Commit 5138dd4

Browse files
committed
Update docs for relative path fixes in Supervisor#369
1 parent 4bb39fa commit 5138dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ where specified.
562562
The command that will be run when this program is started. The
563563
command can be either absolute (e.g. ``/path/to/programname``) or
564564
relative (e.g. ``programname``). If it is relative, the program's
565-
directory and supervisords environment $PATH will be searched for
565+
directory and supervisord's environment ``$PATH`` will be searched for
566566
the executable. Programs can accept arguments, e.g. ``/path/to/program
567567
foo bar``. The command line can use double quotes to group
568568
arguments with spaces in them to pass to the program,

0 commit comments

Comments
 (0)