We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e83b5d + e639c7d commit 4e06a45Copy full SHA for 4e06a45
check.go
@@ -76,7 +76,7 @@ func (c *Config) Run() (rc int, output string, err error) {
76
return
77
}
78
79
- values.Set("siteIDs", siteID)
+ values.Set("siteIds", siteID)
80
81
82
if c.ComputerName != "" {
0 commit comments