Skip to content

Commit

Permalink
Merge pull request #34 from christofdamian/fix-yaml-read
Browse files Browse the repository at this point in the history
Fix YAML read
  • Loading branch information
christofdamian authored Jul 23, 2019
2 parents 08ef2ee + 3f491c5 commit bb145a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGES
=======
0.8.1
* fix yaml read

0.8.0
* fix wait grace period "wait" support
* upgrade phpunit, phpcs and php (Dockerfile)
Expand Down
2 changes: 1 addition & 1 deletion src/PlusPull/Commands/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function configure()

public function getConfig($config_file)
{
$this->getYaml()->parse($config_file);
return $this->getYaml()->parse($config_file);
}

protected function execute(InputInterface $input, OutputInterface $output)
Expand Down

0 comments on commit bb145a3

Please sign in to comment.