From 80f2eadfe061606b5eaccb92e4e269d40171bce4 Mon Sep 17 00:00:00 2001 From: Paul Hirsch Date: Tue, 25 Jun 2024 17:05:02 -0500 Subject: [PATCH] Fix double bind in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffabec..50bcf48 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Test Only - For a basic test environment with no privileged access you can use the following to apply a loose egress security group policy on cloud.gov: ~~~ -bind cf bind-security-group public_networks_egress ORG_NAME --space SPACE_NAME +cf bind-security-group public_networks_egress ORG_NAME --space SPACE_NAME ~~~ ## TODO