Skip to content

Commit

Permalink
d in SiteId is now lowercase
Browse files Browse the repository at this point in the history
Check stopped working some days ago, producing a "segmentation fault".
Took a look at the API docs of S1 and changed the `d` in `SiteId` to lowercase. That makes the check work again
  • Loading branch information
log1-c authored Nov 13, 2023
1 parent 3e83b5d commit e639c7d
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 e639c7d

Please sign in to comment.