From 92b2409c9fa4dbf32c0178fefbee9781511226e5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 18 Oct 2015 08:33:11 -0700 Subject: [PATCH] Gruntfile.coffee: Fix captchas task. --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 05a50a880..c06a96c0a 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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: