Browse Source

fix mixup in client for delete deployment

Alexander Belanger 4 years ago
parent
commit
5db24fb72c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/cmd/delete.go

+ 1 - 1
cli/cmd/delete.go

@@ -81,7 +81,7 @@ func delete(_ *types.GetAuthenticatedUserResponse, client *api.Client, args []st
 
 
 	return client.DeleteDeployment(
 	return client.DeleteDeployment(
 		context.Background(),
 		context.Background(),
-		projectID, clusterID, ghID,
+		projectID, ghID, clusterID,
 		&types.DeleteDeploymentRequest{
 		&types.DeleteDeploymentRequest{
 			Namespace: deplNamespace,
 			Namespace: deplNamespace,
 		},
 		},