lighttpd: add missing slash to caveats.
Closes Homebrew/homebrew#50011. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3974763a67
commit
eea746b1b1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class Lighttpd < Formula
|
|||
def caveats; <<-EOS.undent
|
||||
Docroot is: #{www_path}
|
||||
|
||||
The default port has been set in #{config_path}lighttpd.conf to 8080 so that
|
||||
The default port has been set in #{config_path}/lighttpd.conf to 8080 so that
|
||||
lighttpd can run without sudo.
|
||||
EOS
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue