Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Add missing check
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsch committed Feb 19, 2019
1 parent 76af465 commit 82d71c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waflyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ func DeprovisionWAF(client fastly.Client, serviceID, apiKey string, config TOMLC

//remove WAF Response Object
Info.Printf("Deleting WAF #%v Response Condition", index+1)
client.DeleteResponseObject(&fastly.DeleteResponseObjectInput{
err = client.DeleteResponseObject(&fastly.DeleteResponseObjectInput{
Service: serviceID,
Version: version,
Name: "WAF_Response",
Expand Down

0 comments on commit 82d71c8

Please sign in to comment.