Skip to content

Commit 59ff858

Browse files
committed
provider/fastly: Change error text on findService
1 parent 70d9fe8 commit 59ff858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/providers/fastly/resource_fastly_service_v1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ func findService(id string, meta interface{}) (*gofastly.Service, error) {
15191519

15201520
l, err := conn.ListServices(&gofastly.ListServicesInput{})
15211521
if err != nil {
1522-
return nil, fmt.Errorf("[WARN] Error listing services when deleting Fastly Service (%s): %s", id, err)
1522+
return nil, fmt.Errorf("[WARN] Error listing services (%s): %s", id, err)
15231523
}
15241524

15251525
for _, s := range l {

0 commit comments

Comments
 (0)