From 72f4a463e59c2b039b1338e33d07917bb2cea99d Mon Sep 17 00:00:00 2001
From: Angira Kekteeva <kira@nspcc.ru>
Date: Tue, 18 May 2021 10:52:47 +0300
Subject: [PATCH] Change repo http_gate to http_gw

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
---
 .env              | 2 +-
 docs/http_gate.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env b/.env
index ec647e6..8af4ffa 100644
--- a/.env
+++ b/.env
@@ -19,7 +19,7 @@ NODE_IMAGE=nspccdev/neofs-storage
 
 # HTTP Gate
 HTTP_GW_VERSION=0.15.0
-HTTP_GW_IMAGE=nspccdev/neofs-http-gate
+HTTP_GW_IMAGE=nspccdev/neofs-http-gw
 
 # S3 Gate
 S3_GW_VERSION=0.14.2
diff --git a/docs/http_gate.md b/docs/http_gate.md
index 1cad4f9..b2e6592 100644
--- a/docs/http_gate.md
+++ b/docs/http_gate.md
@@ -13,7 +13,7 @@ Image version label to use for containers.
 If you want to use locally built image, just set it's label here. Instead of
 pulling from DockerHub, the local image will be used.
 
-### HTTP_GW_IMAGE=nspccdev/neofs-http-gate
+### HTTP_GW_IMAGE=nspccdev/neofs-http-gw
 
 Image label prefix to use for containers.