Skip to content

Commit

Permalink
changed the case of R command
Browse files Browse the repository at this point in the history
  • Loading branch information
rdulepet committed Feb 23, 2010
1 parent 57ce6be commit dc22d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def run

# go back to root dir before starting
FileUtils.cd "#{Global.results_dir}/#{@curr_uuid}"
system "r --no-save < #{@curr_uuid}.r;"
system "R --no-save < #{@curr_uuid}.r;"

# mark default as successful job
@job_status = Global::SUCCESSFUL_JOB
Expand Down

0 comments on commit dc22d5b

Please sign in to comment.