aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-21 10:45:39 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-21 10:45:39 +0200
commit2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae (patch)
treec5ebedc286f93ba6609e218deeb25a379e928ae3 /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent645dc7594b1f4ad1813c68a1153f0d83e6e616c0 (diff)
downloadwallabag-2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae.tar.gz
wallabag-2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae.tar.zst
wallabag-2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae.zip
Update translation for piwik_host
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 8e438229..857a8b4c 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -364,7 +364,7 @@ class InstallCommand extends ContainerAwareCommand
364 ], 364 ],
365 [ 365 [
366 'name' => 'piwik_host', 366 'name' => 'piwik_host',
367 'value' => 'http://v2.wallabag.org', 367 'value' => 'v2.wallabag.org',
368 'section' => 'analytics', 368 'section' => 'analytics',
369 ], 369 ],
370 [ 370 [