Skip to content

Commit

Permalink
chore: add comment to user addition command (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Oct 24, 2024
1 parent 1348ded commit a11818c
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 a11818c

Please sign in to comment.