Skip to content

Commit

Permalink
Implemented #3: Add reading commands list according to exist files in…
Browse files Browse the repository at this point in the history
… a directory

 - Fixed path.
  • Loading branch information
andkirby committed Jul 5, 2017
1 parent fbf7655 commit 7ed8f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/gitext-sort-versions.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
require_once __DIR__.'/../src/shell/version-sort.php';
require_once __DIR__.'/../src/shell/lib/version-sort.php';
2 changes: 1 addition & 1 deletion src/shell/lib/version-sort.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Sort versions list
*/
require_once __DIR__ . '/../../bin/autoload-init.php';
require_once __DIR__ . '/../../../bin/autoload-init.php';
//use Naneau\SemVer\Sort;

try {
Expand Down

0 comments on commit 7ed8f88

Please sign in to comment.