Ben Kurtovic hace 8 años
padre
commit
54a69718d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/kgrader/backend/svn.rb

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

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



Cargando…
Cancelar
Guardar