Ver código fonte

Typo.

master
Ben Kurtovic 8 anos atrás
pai
commit
54a69718d5
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      lib/kgrader/backend/svn.rb

+ 1
- 1
lib/kgrader/backend/svn.rb Ver arquivo

@@ -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



Carregando…
Cancelar
Salvar