Skip to content

Commit

Permalink
Update from v5 to v7 api usage
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Page- committed Oct 18, 2024
1 parent 429d0b7 commit b91a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func newAuthHandler(baseURL, apiKey string, verbosity int) authHandler {
}

func (a *authHandler) getUserKeys(username string) ([]gossh.PublicKey, error) {
url := fmt.Sprintf("%s/%s", a.baseURL, "v5")
url := fmt.Sprintf("%s/%s", a.baseURL, "v7")
client := pinejs.NewClientWithToken(url, a.apiKey)

users := make([]map[string]interface{}, 1)
Expand Down

0 comments on commit b91a728

Please sign in to comment.