summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/hcl b/bin/hcl
index a080e6a..8f8c6d7 100755
--- a/bin/hcl
+++ b/bin/hcl
@@ -1,7 +1,6 @@
#!/usr/bin/env ruby
-require 'rubygems'
-require 'hcl'
+require 'hcl/app'
-HCl.command *ARGV
+HCl::App.command *ARGV