Skip to content

Commit

Permalink
correctly reset $VERBOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jun 28, 2018
1 parent 869e1e8 commit b0f1eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/gpio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
Object.send(:remove_const, :PiPiper)
puts '*** Running without gpio support'
ensure
$VERBOSE = nil
$VERBOSE = false
end
# rubocop:enable Output

0 comments on commit b0f1eaa

Please sign in to comment.