summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.php b/config.sample.php
index 0f1b9fa..94edc32 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -19,7 +19,7 @@ $config['drupal7'] = array(
);
$config['drupal8'] = array(
- 'root_path' => '' /* path to your Drupal 7 installation */,
+ 'root_path' => '' /* path to your Drupal 8 installation */,
'site' => 'default' /* site directory */,
);