Skip to content

Commit

Permalink
Pasto
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jul 10, 2019
1 parent ac21dd8 commit 9de5f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/benchmark
Expand Up @@ -5,7 +5,7 @@ use ParagonIE\Argon2Refiner\ParameterRecommender;
if (file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
// We're a standalone package
require_once dirname(__DIR__) . '/vendor/autoload.php';
} elseif (file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
} elseif (file_exists(dirname(__DIR__, 3) . '/autoload.php')) {
// We're installed as a library
require_once dirname(__DIR__, 3) . '/autoload.php';
} else {
Expand Down

0 comments on commit 9de5f8d

Please sign in to comment.