From 4540bb179f5e9ceea45ec7f2b05c61150d449752 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 11 Aug 2014 21:29:23 -0600 Subject: [PATCH] fix for dependencies file missing --- system/src/Grav/Console/SetupCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/SetupCommand.php b/system/src/Grav/Console/SetupCommand.php index 173a33cef..41ba7c17e 100644 --- a/system/src/Grav/Console/SetupCommand.php +++ b/system/src/Grav/Console/SetupCommand.php @@ -26,7 +26,7 @@ class SetupCommand extends Command '/user/themes', ); - protected $files = array( + protected $files = array('/.dependencies', '/.htaccess', '/user/config/site.yaml', '/user/config/system.yaml',