Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
fix path to autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
kschu91 committed Aug 3, 2015
1 parent 4f1aaa3 commit 2812916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/tagging
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

namespace AOE\Tagging;

if (file_exists(__DIR__ . '/vendor/autoload.php')) {
require_once __DIR__ . '/vendor/autoload.php';
if (file_exists(__DIR__ . '/..//vendor/autoload.php')) {
require_once __DIR__ . '/../vendor/autoload.php';
}

use AOE\Tagging\Command\GitCommand;
Expand Down

0 comments on commit 2812916

Please sign in to comment.