lighttpd: add missing slash to caveats.

Closes Homebrew/homebrew#50011.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Kaisen An 2016-03-11 13:34:40 +08:00 committed by Xu Cheng
parent 3974763a67
commit eea746b1b1

View file

@ -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