summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZack Hobson2009-07-16 13:48:33 -0700
committerZack Hobson2009-07-16 13:48:33 -0700
commitc29b21602ca10aaf98f6aea296d4b9235ae6d291 (patch)
tree8900efbe0a3433a6d81e68cb78be3c959af6d60d /bin
parent746fec8bc40bb936a86f56b09a49689e7e417021 (diff)
downloadhcl-c29b21602ca10aaf98f6aea296d4b9235ae6d291.tar.bz2
allow calls from outside the dev dir
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