Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
fixes #15158 - use the katello-certs-check in PATH (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam committed Jun 6, 2016
1 parent b52f578 commit 83f1166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre/20-certs_update.rb
@@ -1,7 +1,7 @@
require 'fileutils'

SSL_BUILD_DIR = '/root/ssl-build/'
CHECK_SCRIPT = File.expand_path('../../../bin/katello-certs-check', __FILE__)
CHECK_SCRIPT = `which katello-certs-check`.strip

def error(message)
logger.error message
Expand Down

0 comments on commit 83f1166

Please sign in to comment.