Skip to content

Commit

Permalink
Always place the current dir on the load path
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Jul 6, 2017
1 parent 333e5fd commit 0849ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exe/racecar
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
require "racecar"
require "racecar/cli"

$LOAD_PATH.unshift(Dir.pwd)

Racecar::Cli.main(ARGV)

0 comments on commit 0849ecc

Please sign in to comment.