Skip to content

Commit

Permalink
refs #31: Change validator stable version to production
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Nov 24, 2017
1 parent 18de3b2 commit 7b8e946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/oparl.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'latest' => 'master',
],
'validator' => [
'stable' => '~0.1',
'stable' => 'production',
'latest' => 'master',
],
'schema' => [
Expand Down
2 changes: 1 addition & 1 deletion lib/Spec/Jobs/ValidatorBuildJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct($treeish = '')

public function handle(Filesystem $fs, Log $log)
{
$repo = $this->getUpdatedHubSync($this->getRepository($fs), $log);
$this->getUpdatedHubSync($this->getRepository($fs), $log);
}

/**
Expand Down

0 comments on commit 7b8e946

Please sign in to comment.