Skip to content

Commit

Permalink
Merge pull request #41 from log1-c/patch-1
Browse files Browse the repository at this point in the history
d in SiteId is now expected in lowercase
  • Loading branch information
martialblog authored Nov 14, 2023
2 parents 3e83b5d + e639c7d commit 4e06a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (c *Config) Run() (rc int, output string, err error) {
return
}

values.Set("siteIDs", siteID)
values.Set("siteIds", siteID)
}

if c.ComputerName != "" {
Expand Down

0 comments on commit 4e06a45

Please sign in to comment.