Skip to content

Commit

Permalink
fix: comment for NewDefaultTestCmd (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rmiga authored Jan 8, 2022
1 parent e494648 commit d89bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aspect/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"aspect.build/cli/pkg/plugin/system/bep"
)

// NewDefaultTestCmd creates a new build cobra command with the default
// NewDefaultTestCmd creates a new test cobra command with the default
// dependencies.
func NewDefaultTestCmd(pluginSystem system.PluginSystem) *cobra.Command {
return NewTestCmd(
Expand Down

0 comments on commit d89bd42

Please sign in to comment.