diff --git a/pkg/cmd/update/password.go b/pkg/cmd/update/password.go index 8d7545d..c76e6c9 100644 --- a/pkg/cmd/update/password.go +++ b/pkg/cmd/update/password.go @@ -76,7 +76,7 @@ var PasswordCmd = &cobra.Command{ resp, err := apis.SendRequest( apis.SendRequestParams{ - Endpoint: credentials.Endpoint + utils.AuthAPIPath + "/update/password/", + Endpoint: credentials.Endpoint + utils.AuthAPIPath + "/update/password", Token: "Bearer " + credentials.Token, }, payloadBytes,