Skip to content

Commit

Permalink
internal/sum/sum.go: s/Mvcli/Sum/g
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed Aug 5, 2024
1 parent 2cfd480 commit 5da5153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/sum/sum.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/go-logr/logr"
)

// Mvcli is a mvcli command executor object
// Sum is a sum command executor object
type Sum struct {
Executor ex.Executor
SumPath string
Expand Down Expand Up @@ -73,7 +73,7 @@ func New(host, user, pass string, opts ...Option) (*Sum, error) {
return sum, nil
}

// Return a Fake mvcli executor for tests
// Return a Fake sum executor for tests
func NewFakeSum(r io.Reader) (*Sum, error) {
e := ex.NewFakeExecutor("sum")
b := bytes.Buffer{}
Expand Down

0 comments on commit 5da5153

Please sign in to comment.