Skip to content

Commit a49b7b7

Browse files
committed
Fix autodeploy git name
1 parent 72a3a99 commit a49b7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = ->
2727
options:
2828
base: 'dist/',
2929
user:
30-
name: 'fbp-spec bot',
30+
name: 'fbp-protocol bot',
3131
email: 'jononor+fbpprotocolbot@gmail.com'
3232
silent: true
3333
repo: 'https://' + process.env.GH_TOKEN + '@github.com/flowbased/fbp-protocol.git'

0 commit comments

Comments
 (0)