Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Oct 5, 2016
2 parents c604464 + 39bcc83 commit 5b2d3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/runners/submission_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def prepare
# put submission resources in working directory
workdir = File.join(@path, 'workdir')
Dir.mkdir(workdir)
src = File.join(@exercise.path, 'workdir')
src = File.join(@exercise.full_path, 'workdir')
FileUtils.cp_r(src, workdir) if File.directory?(src)

Dir.mkdir(File.join(@path, 'logs'))
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class='footer-spacer'></div>
<div class="footer-block">
<div class='footer-version'>
Dodona v1.1
Dodona v1.1.1
</div>
</div>
</footer>

0 comments on commit 5b2d3ba

Please sign in to comment.