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

Commit

Permalink
more lint error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Aug 14, 2018
1 parent c8120aa commit 26f2e7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions waflyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1248,10 +1248,11 @@ func setConfigurationSet(wafID, configurationSet string, client fastly.Client) b
wafs := []fastly.ConfigSetWAFs{{ID:wafID}}

_, err := client.UpdateWAFConfigSet(&fastly.UpdateWAFConfigSetInput{
wafs,
configurationSet,
WAFList:wafs,
ConfigSetID: configurationSet,
})


//check if we had an issue with our call
if err != nil {
Error.Println("Error setting configuration set ID: " + configurationSet)
Expand Down

0 comments on commit 26f2e7b

Please sign in to comment.