summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dashing1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dashing b/bin/dashing
index 051acba..97a7af5 100755
--- a/bin/dashing
+++ b/bin/dashing
@@ -4,4 +4,5 @@ bin_file = Pathname.new(__FILE__).realpath
$:.unshift File.expand_path("../../lib", bin_file)
require 'dashing'
+Dashing::CLI.source_root(File.expand_path('../../templates', bin_file))
Dashing::CLI.start(ARGV)