##// END OF EJS Templates
fixes stupid git ci call that can break on systems that don't have this alias
marcink -
r3199:9f57b562 beta
parent child Browse files
Show More
@@ -112,7 +112,7 b' def _add_files_and_push(vcs, DEST, **kwa'
112 i, 'Marcin Kuźminski <marcin@python-blog.com>', added_file
112 i, 'Marcin Kuźminski <marcin@python-blog.com>', added_file
113 )
113 )
114 elif vcs == 'git':
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 i, 'Marcin Kuźminski <marcin@python-blog.com>', added_file
116 i, 'Marcin Kuźminski <marcin@python-blog.com>', added_file
117 )
117 )
118 Command(cwd).execute(cmd)
118 Command(cwd).execute(cmd)
General Comments 0
You need to be logged in to leave comments. Login now