From dcb42a52cb89742f4c4e7805a6c615e598645a97 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Mon, 19 Aug 2013 04:24:07 +1000 Subject: [PATCH] typo --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index eb4f031a..a510631e 100644 --- a/install.php +++ b/install.php @@ -536,7 +536,7 @@ if ($step == 0) { array( 'category' => 'Misc', 'name' => 'Tinyboard installed using git', - 'result' => is_dir('.git.'), + 'result' => is_dir('.git'), 'required' => false, 'message' => 'Tinyboard is still beta software and it\'s not going to come out of beta any time soon. As there are often many months between releases yet changes and bug fixes are very frequent, it\'s recommended to use the git repository to maintain your Tinyboard installation. Using git makes upgrading much easier.' )