From b06461975015d1232aca1f961db998b86011a26f Mon Sep 17 00:00:00 2001 From: Michael Spencer Date: Tue, 29 Oct 2024 09:50:00 -0700 Subject: [PATCH] Updated const for corral-packge conflict on naming --- clients/corral/corral.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/corral/corral.go b/clients/corral/corral.go index 931ebae7..971b9bd4 100644 --- a/clients/corral/corral.go +++ b/clients/corral/corral.go @@ -22,8 +22,8 @@ const ( skipCleanupFlag = "--skip-cleanup" corralPrivateSSHKey = "corral_private_key" corralPublicSSHKey = "corral_public_key" - corralRegistryIP = "registry_ip" - corralRegistryPrivateIP = "registry_private_ip" + corralRegistryIP = "bastion_ip" + corralRegistryPrivateIP = "bastion_private_ip" ) // GetCorralEnvVar gets corral environment variables