Pārlūkot izejas kodu

Typo fix.

master
Ben Kurtovic pirms 8 gadiem
vecāks
revīzija
44a22fc50c
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. +3
    -3
      lib/kgrader/backend/svn.rb

+ 3
- 3
lib/kgrader/backend/svn.rb Parādīt failu

@@ -52,9 +52,9 @@ module KGrader::Backend
end

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

def commit_date(repo)


Notiek ielāde…
Atcelt
Saglabāt