Skip to content

Commit

Permalink
Merge pull request #2 from gina-alaska/fix-load-path
Browse files Browse the repository at this point in the history
Fix load path
  • Loading branch information
smacfarlane committed Jul 26, 2016
2 parents 21fb756 + 69f80bd commit f6b11c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/conveyor
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))

require 'rubygems'
require 'conveyor'

Expand Down

0 comments on commit f6b11c0

Please sign in to comment.