Skip to content

Commit

Permalink
chore: add comment to user addition command
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Oct 23, 2024
1 parent 1348ded commit ae23391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var addUserCmd = &cobra.Command{
LastName: LastName,
Email: email,
ResetPassword: resetPassword,
Comment: "added via lagoon-cli",
}
user, err := lagoon.AddUser(context.TODO(), userInput, lc)
if err != nil {
Expand Down

0 comments on commit ae23391

Please sign in to comment.