Skip to content

Commit

Permalink
used proper logger class
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Feb 28, 2016
1 parent ee2e80d commit 0856cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/wraith/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def copy_old_shots(config_name)
desc "validate", "checks your configuration and validates that all required properties exist"
def validate(config_name)
within_acceptable_limits do
print Wraith::Validate.new(config_name).validate
print "\n"
logger.info Wraith::Validate.new(config_name).validate
end
end

Expand Down

0 comments on commit 0856cec

Please sign in to comment.