Skip to content

Commit 2de24c6

Browse files
mstoykovankur22
andauthored
Update internal/cmd/deps.go
Co-authored-by: Ankur <[email protected]>
1 parent 80f5f16 commit 2de24c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/deps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func getCmdDeps(gs *state.GlobalState) *cobra.Command {
1818
Use: "deps",
1919
Short: "Resolve dependencies of a test",
2020
Long: `Resolve dependencies of a test including automatic extenstion resolution.` +
21-
`And outputs all dependencies for the test and whether custom build is required.`,
21+
`And outputs all dependencies for the test and whether a custom build is required.`,
2222
Args: cobra.ExactArgs(1),
2323
RunE: func(cmd *cobra.Command, args []string) error {
2424
test, err := loadLocalTestWithoutRunner(gs, cmd, args)

0 commit comments

Comments
 (0)