This website works better with JavaScript.
Home
Help
Sign In
ben
/
kgrader
mirror of
https://github.com/earwig/kgrader
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Typo.
master
Ben Kurtovic
8 years ago
parent
2c92e45bdb
commit
54a69718d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save