From f3b8e581cd2b261e2d01832bc558bb0c572b406a Mon Sep 17 00:00:00 2001 From: amartynov Date: Tue, 1 Jul 2014 12:01:09 +0400 Subject: [PATCH] static deploy_env --- .../lib/devops-client/handler/deploy_envs/deploy_env_static.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devops-client/lib/devops-client/handler/deploy_envs/deploy_env_static.rb b/devops-client/lib/devops-client/handler/deploy_envs/deploy_env_static.rb index b70745d..ba774ff 100644 --- a/devops-client/lib/devops-client/handler/deploy_envs/deploy_env_static.rb +++ b/devops-client/lib/devops-client/handler/deploy_envs/deploy_env_static.rb @@ -4,7 +4,8 @@ class DeployEnvStatic < DeployEnv NAME = "static" - def initialize options, auth + def initialize host, options, auth + @host = host self.auth = auth self.options = options end