Skip to content

Commit

Permalink
Fixed path again
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed Jan 12, 2010
1 parent 5bbe0b9 commit d4fd5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/testjour.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def detached_exec(command)
end

module Testjour
VERSION = "0.3.1"
VERSION = "0.3.2"

def self.logger
return @logger if @logger
Expand Down
2 changes: 1 addition & 1 deletion lib/testjour/commands/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def start_remote_slave(remote_slave)
end

def remote_slave_run_command(user, host, path)
"ssh #{user}@#{host} /opt/songkick/ruby/bin/testjour run:remote --in=#{path} #{configuration.run_slave_args.join(' ')} #{testjour_uri}".squeeze(" ")
"ssh #{user}@#{host} /opt/songkick/ruby/lib/ruby/gems/1.8/bin/testjour run:remote --in=#{path} #{configuration.run_slave_args.join(' ')} #{testjour_uri}".squeeze(" ")
end

def start_slave
Expand Down

0 comments on commit d4fd5a5

Please sign in to comment.