Show More
@@ -112,7 +112,7 b' def _add_files_and_push(vcs, DEST, **kwa' | |||
|
112 | 112 | i, 'Marcin Kuźminski <marcin@python-blog.com>', added_file |
|
113 | 113 | ) |
|
114 | 114 | elif vcs == 'git': |
|
115 | cmd = """git ci -m 'commited new %s' --author '%s' %s """ % ( | |
|
115 | cmd = """git commit -m 'commited new %s' --author '%s' %s """ % ( | |
|
116 | 116 | i, 'Marcin Kuźminski <marcin@python-blog.com>', added_file |
|
117 | 117 | ) |
|
118 | 118 | Command(cwd).execute(cmd) |
General Comments 0
You need to be logged in to leave comments.
Login now