Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e6c9321

Browse files
committed
Update github plugin autocommit message
1 parent b62af09 commit e6c9321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ plugin.submitProblem = function(problem, cb) {
4646
return log.info(' ' + h.prettyText(' ' + e.message, false));
4747
}
4848

49-
ctx.message = 'update ' + filename;
49+
ctx.message = 'Update ' + filename + ' submission ';
5050
ctx.content = new Buffer(h.getFileData(problem.file)).toString('base64');
5151

5252
var onFileDone = function(e, res) {

0 commit comments

Comments
 (0)