Skip to content

Commit 4e06a45

Browse files
authored
Merge pull request #41 from log1-c/patch-1
d in SiteId is now expected in lowercase
2 parents 3e83b5d + e639c7d commit 4e06a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (c *Config) Run() (rc int, output string, err error) {
7676
return
7777
}
7878

79-
values.Set("siteIDs", siteID)
79+
values.Set("siteIds", siteID)
8080
}
8181

8282
if c.ComputerName != "" {

0 commit comments

Comments
 (0)