]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Command/ImportCommand.php
Add Chrome path for Mac OS
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Command / ImportCommand.php
index 537dffc207f480bf0112a2b249a457b6e5e7c673..ac3d1d92cb8b557154e9158c33ac7d57319ac217 100644 (file)
@@ -44,12 +44,10 @@ class ImportCommand extends ContainerAwareCommand
             case 'v2':
                 $wallabag = $this->getContainer()->get('wallabag_import.wallabag_v2.import');
                 break;
-            case 'v1':
-                $wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
-                break;
             case 'browser':
                 $wallabag = $this->getContainer()->get('wallabag_import.browser.import');
                 break;
+            case 'v1':
             default:
                 $wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
                 break;