From 7d84ebfc0aa4a2d4a39c22d6149646def35ce884 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 4 Aug 2014 12:34:21 -0700 Subject: [PATCH] change private key location --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 60220c8af..c40d2cabd 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -151,7 +151,7 @@ module.exports = (grunt) -> prod: src: 'testbuilds/crx<%= pkg.meta.suffix[pkg.channel] %>/' dest: 'testbuilds/<%= pkg.name %><%= pkg.meta.suffix[pkg.channel] %>.crx' - privateKey: '~/.ssh/<%= pkg.name %>.pem' + privateKey: '../<%= pkg.name %>.pem' compress: crx: