Skip to content

Commit

Permalink
Point to the right playbook path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Nov 21, 2018
1 parent b42dc3d commit 03bfcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevShop/Command/Verify/VerifySystem.php
Expand Up @@ -31,7 +31,7 @@ protected function configure()
'p',
InputOption::VALUE_REQUIRED,
'The path to playbook.yml.',
__DIR__ . '/playbook.yml'
dirname(dirname(dirname(dirname(__DIR__)))). '/playbook.yml'
)
->addOption(
'inventory-file',
Expand Down

0 comments on commit 03bfcf4

Please sign in to comment.