Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit d0ac787

Browse files
committed
Change Run godoc
1 parent 8c431f4 commit d0ac787

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internals/secrethub/env_ls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (cmd *EnvListCommand) Register(r command.Registerer) {
3131
command.BindAction(clause, cmd.Run)
3232
}
3333

34-
// Run handles the command with the options as specified in the command.
34+
// Run executes the command.
3535
func (cmd *EnvListCommand) Run() error {
3636
env, err := cmd.environment.env()
3737
if err != nil {

internals/secrethub/env_read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (cmd *EnvReadCommand) Register(r command.Registerer) {
3434
command.BindAction(clause, cmd.Run)
3535
}
3636

37-
// Run handles the command with the options as specified in the command.
37+
// Run executes the command.
3838
func (cmd *EnvReadCommand) Run() error {
3939
env, err := cmd.environment.env()
4040
if err != nil {

0 commit comments

Comments
 (0)