From 2ea2f1fee80a065a4600ac43e3dec0f659e1c7df Mon Sep 17 00:00:00 2001 From: Sebastiano Picchi <38473030+PicchiSeba@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:42:52 +0200 Subject: [PATCH] docs: fix repetion in the comments (#203) --- proxy/src/set_public_ip_and_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/set_public_ip_and_start.sh b/proxy/src/set_public_ip_and_start.sh index 178e588..9ade79a 100755 --- a/proxy/src/set_public_ip_and_start.sh +++ b/proxy/src/set_public_ip_and_start.sh @@ -6,7 +6,7 @@ ## About: # This script replaces instances of #PUBLIC_IP in the HaProxy configuration files -# with the the real public ip. There's an order of priority here which is +# with the real public ip. There's an order of priority here which is # 1. Environment variable # 2. AWS EC2 Metadata endpoint # 3. Third-party sources