Skip to content

Commit f1cb578

Browse files
committed
reset ruby interpreter verbosity on octo-diff load failure
1 parent 21f34ca commit f1cb578

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### 2.3.1 (Next)
22
- No input target paths now defaults to current working directory instead of error.
33
- Additionally check `Vagrantfile` and `gemspec` files.
4-
- Fix behavior for when optional dependency `octocatalog-diff` is absent.
4+
- Fix and improve behavior for when optional dependency `octocatalog-diff` is absent.
55

66
### 2.3.0
77
- Minimum Ruby version increased to 2.7.

lib/puppet-check/regression_check.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ def self.config(octoconfig)
3030
end
3131
rescue LoadError
3232
warn 'puppet-check: octocatalog-diff is not installed, and therefore the regression checks will be skipped'
33+
$VERBOSE = false
3334
end

0 commit comments

Comments
 (0)