From c3396f7f8d015a304ec3ce6c0014255a1363beed Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Mon, 30 Jan 2012 15:57:30 -0700 Subject: [PATCH] template update --- scripts/deploy/vm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/vm.js b/scripts/deploy/vm.js index e863a6477..8723187f7 100644 --- a/scripts/deploy/vm.js +++ b/scripts/deploy/vm.js @@ -4,7 +4,7 @@ jsel = require('JSONSelect'), key = require('./key.js'), sec = require('./sec.js'); -const BROWSERID_TEMPLATE_IMAGE_ID = 'ami-cd15c4a4'; +const BROWSERID_TEMPLATE_IMAGE_ID = 'ami-7314c51a'; function extractInstanceDeets(horribleBlob) { var instance = {}; -- GitLab