Skip to content

Commit

Permalink
should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
tfjmp committed Jun 4, 2021
1 parent 16f442c commit deee278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xanthus/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize
def output_script machine, outputs
script = ''
outputs.each do |name, path|
script += "cp -f #{path} /vagrant/data/#{name}.data\n"
script += "cp -f #{path} /vagrant/output/#{name}.data\n"
end
return script
end
Expand Down

0 comments on commit deee278

Please sign in to comment.