Skip to content

Commit ecfa497

Browse files
committed
f
1 parent bf69989 commit ecfa497

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/cluster/cmx/cluster.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ func waitForSSH(node Node, t *testing.T) error {
236236

237237
func (c *Cluster) Airgap() error {
238238
// Update network policy to airgap
239-
args := []string{"network", "update", "policy", c.network.ID, "--policy=airgap"}
240-
fmt.Printf("args: %v\n", args)
239+
args := []string{"network", "update", c.network.ID, "--policy=airgap"}
241240
output, err := exec.Command("replicated", args...).CombinedOutput()
242241
if err != nil {
243242
return fmt.Errorf("update network policy: %v: %s", err, string(output))

0 commit comments

Comments
 (0)