This commit is contained in:
alteredCoder 2021-10-18 16:56:35 +02:00
parent 816edfa007
commit 8a485b09f2

View file

@ -271,7 +271,7 @@ cscli decisions add --scope username --value foobar
DisableAutoGenTag: true,
Run: func(cmd *cobra.Command, args []string) {
var err error
var ip, ipRange string
var ipRange string
alerts := models.AddAlertsRequest{}
origin := "cscli"
capacity := int32(0)