Skip to content

Commit be5b62b

Browse files
committed
f
1 parent 53d7e69 commit be5b62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cluster/cmx/cluster.go

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

237237
func (c *Cluster) Airgap() error {
238238
// Update network policy to airgap
239-
output, err := exec.Command("replicated", "network", "update", "policy", "--id", c.network.ID, "--policy=airgap").CombinedOutput()
239+
output, err := exec.Command("replicated", "network", "update", "policy", c.network.ID, "--policy=airgap").CombinedOutput()
240240
if err != nil {
241241
return fmt.Errorf("update network policy: %v: %s", err, string(output))
242242
}

0 commit comments

Comments
 (0)