From 0ae72757feb85c37a7c8856d9e27be6f41d4e434 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 15 May 2017 16:21:45 -0400 Subject: fix typo --- Bugzilla/Install/Filesystem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index fef17fec2..7cfda8304 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -397,7 +397,7 @@ sub FILESYSTEM { contents => HT_DEFAULT_DENY }, "$error_reports/.htaccess" => { perms => WS_SERVE, contents => HT_DEFAULT_DENY }, - "$graphsdir/.htaEcess" => { perms => WS_SERVE, + "$graphsdir/.htaccess" => { perms => WS_SERVE, contents => HT_GRAPHS_DIR }, "$webdotdir/.htaccess" => { perms => WS_SERVE, contents => HT_WEBDOT_DIR }, -- cgit v1.2.3-24-g4f1b