Skip to content

Commit

Permalink
remove absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jul 19, 2013
1 parent e4b0cbb commit 7781176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'fileutils'
require 'json'

NODEUNIT = "/Users/antonio/Development/Projects/js/rdfstore-js/node_modules/nodeunit/bin/nodeunit"
NODEUNIT = "./node_modules/nodeunit/bin/nodeunit"

def load_configuration
puts "*** loading configuration"
Expand Down

0 comments on commit 7781176

Please sign in to comment.