From 5e620cbf039235df0b732c0bdbe0a0c797685c02 Mon Sep 17 00:00:00 2001 From: Page Date: Sun, 4 May 2014 20:03:18 +0100 Subject: [PATCH] Fix typo. --- src/application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.coffee b/src/application.coffee index 646d421f..659bb758 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -123,7 +123,7 @@ exports.update = -> for envVar in app.environment_variable env[envVar.name] = envVar.value return { - imageId: "#{pocess.env.REGISTRY_ENDPOINT}/#{path.basename(app.git_repository, '.git')}/#{app.commit}" + imageId: "#{process.env.REGISTRY_ENDPOINT}/#{path.basename(app.git_repository, '.git')}/#{app.commit}" env: env }