Ben Kurtovic 8年前
コミット
54a69718d5
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      lib/kgrader/backend/svn.rb

+ 1
- 1
lib/kgrader/backend/svn.rb ファイルの表示

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



読み込み中…
キャンセル
保存