OSDN Git Service

fix path to cli-tools package
authorscribu <mail@scribu.net>
Wed, 8 May 2013 20:52:02 +0000 (23:52 +0300)
committerscribu <mail@scribu.net>
Wed, 8 May 2013 20:52:02 +0000 (23:52 +0300)
php/utils.php

index 3521a2a..a0a6fb1 100644 (file)
@@ -17,7 +17,7 @@ function load_dependencies() {
        foreach ( $vendor_paths as $vendor_path ) {
                if ( file_exists( $vendor_path . '/autoload.php' ) ) {
                        require $vendor_path . '/autoload.php';
-                       include $vendor_path . '/wp-cli/php-cli-tools/lib/cli/cli.php';
+                       include $vendor_path . '/jlogsdon/cli/lib/cli/cli.php';
                        $has_autoload = true;
                        break;
                }