Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <[email protected]>
  • Loading branch information
drakkan committed Jun 22, 2024
1 parent 3491d92 commit 17f42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sftpgo/client/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type User struct {
sdk.User
// we remote the omitempty attribute from the password
// otherwise setting an empty password will preserve the current one
// on updated
// on update
Password string `json:"password"`
}

Expand Down

0 comments on commit 17f42c1

Please sign in to comment.