summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hcl b/bin/hcl
index a968c5f..0e9346a 100755
--- a/bin/hcl
+++ b/bin/hcl
@@ -5,5 +5,6 @@ $:.unshift File.dirname(__FILE__) + '/../ext/harvest/lib'
require 'hcl'
+HCl.conf_file = File.dirname(__FILE__) + '/../hcl_conf.yml'
HCl.command *ARGV