summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hcl b/bin/hcl
index 8f8c6d7..9956697 100755
--- a/bin/hcl
+++ b/bin/hcl
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
+$:.unshift(File.join(File.dirname(__FILE__), "../lib"))
require 'hcl/app'
-
HCl::App.command *ARGV