Skip to content

Commit

Permalink
delete pp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxan98 committed Dec 14, 2021
1 parent 78b82f3 commit 0aa0548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v11/api_v11_replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ func CreatePolicy(ctx context.Context, client api.Client, name string, sourcePat

func DeletePolicy(ctx context.Context, client api.Client, name string,) (error) {
resp := ""
return client.Delete(ctx,"",name,nil,nil, &resp)
return client.Delete(ctx,policiesPath,name,nil,nil, &resp)
}

0 comments on commit 0aa0548

Please sign in to comment.