fix exe load path

This commit is contained in:
Timo Schilling 2016-03-10 14:47:47 +01:00
parent 826ea3b579
commit a337c4c13b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
$:.unshift File.expand_path('../lib', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'hamlit/cli'
Hamlit::CLI.start(ARGV)