We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca9e3a commit 4dd888fCopy full SHA for 4dd888f
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 1.16.1 / 2019-09-25
2
+* Remove debugging pry that was accidentally left in
3
+
4
### 1.16.0 / 2019-09-23
5
* Added a sosreport function to gather SOS Reports from EL systems
6
lib/simp/beaker_helpers/inspec.rb
@@ -187,9 +187,6 @@ def self.process_inspec_results(results)
187
end
188
189
if !profiles || profiles.empty?
190
- require 'pry'
191
- binding.pry
192
-
193
fail("Error: Could not find 'profiles' in the passed results")
194
195
lib/simp/beaker_helpers/version.rb
@@ -1,5 +1,5 @@
module Simp; end
module Simp::BeakerHelpers
- VERSION = '1.16.0'
+ VERSION = '1.16.1'
0 commit comments