Browse Source

Typo.

master
Ben Kurtovic 8 years ago
parent
commit
54a69718d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/kgrader/backend/svn.rb

+ 1
- 1
lib/kgrader/backend/svn.rb View File

@@ -53,7 +53,7 @@ module KGrader::Backend

def commit(repo, message, *paths)
fullpaths = *paths.map { |fn| File.join repo, fn }
run 'add' fullpaths
run 'add', fullpaths
run 'commit', '-m', message, fullpaths
end



Loading…
Cancel
Save