Skip to content

Commit

Permalink
Updated const for corral-packge conflict on naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MSpencer87 committed Nov 1, 2024
1 parent cd31916 commit b064619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/corral/corral.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b064619

Please sign in to comment.