Skip to content

Commit

Permalink
More require_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Dec 16, 2018
1 parent 3fc65d8 commit 0b44076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tracksperanto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$stdout.puts "Starting Tracksperanto. For information and support please contact info#{64.chr}guerilla-di.org"

# Require the xperanto lib, which in turn requires Bundler and pulls in all the gems
require File.dirname(__FILE__) + '/../lib/tracksperanto' unless defined?(Tracksperanto)
require_relative '../lib/tracksperanto'
require 'update_hints'
require 'optparse'
require 'progressbar'
Expand Down

0 comments on commit 0b44076

Please sign in to comment.