Skip to content

Commit

Permalink
fix(versions): reenable version checking (#1511)
Browse files Browse the repository at this point in the history
This was accidentally removed in #936.
  • Loading branch information
plumpy authored Jan 24, 2020
1 parent 759e988 commit e18bf9e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public void validate(ConfigProblemSetBuilder p, DeploymentConfiguration n) {
.setRemediation(
"Pick a timezone from those listed here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones");
}

validateVersions(p, n);
}

private void validateVersions(ConfigProblemSetBuilder p, DeploymentConfiguration n) {
Expand Down

0 comments on commit e18bf9e

Please sign in to comment.