Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed May 28, 2024
1 parent 3eff64d commit d9e5251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/npm/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func Login(registry string, username string, password string, email string) (str
if err != nil {
return "", err
}
// PUT https://staging.repositories.cloud.sap/stage/repository/363001268081-20240426-12350868-423/-/user/org.couchdb.user:EF25JcIYOlXA4Ui
req, err := http.NewRequestWithContext(context.Background(), http.MethodPut, registry+"/-/user/org.couchdb.user:"+url.PathEscape(username), bytes.NewReader(marshal))
if err != nil {
return "", err
Expand Down

0 comments on commit d9e5251

Please sign in to comment.