Skip to content

Commit

Permalink
Merge pull request #123 from sethvargo/load
Browse files Browse the repository at this point in the history
Load stove out of the current directory for dev
  • Loading branch information
tas50 committed Sep 12, 2017
2 parents cd71708 + 24f5b82 commit d4a4ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/stove
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby

$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require 'stove'
Stove::Cli.new(ARGV.dup).execute!

0 comments on commit d4a4ad1

Please sign in to comment.