Gruntfile.coffee: Fix captchas task.

This commit is contained in:
ccd0 2015-10-18 08:33:11 -07:00
parent 1431be8aad
commit 92b2409c9f

View File

@ -229,7 +229,7 @@ module.exports = (grunt) ->
git checkout -
""".split('\n').join('&&')
captchas:
'aws s3 cp captchas.html s3://<%= pkg.meta.awsBucket %> --cache-control "max-age=0" --content-type "text/html; charset=utf-8"'
command: 'aws s3 cp captchas.html s3://<%= pkg.meta.awsBucket %> --cache-control "max-age=0" --content-type "text/html; charset=utf-8"'
npm:
command: 'npm install'
update: