Skip to content

Commit

Permalink
Merge pull request #8 from rsteube/fmt
Browse files Browse the repository at this point in the history
fmt
  • Loading branch information
rsteube authored May 1, 2022
2 parents 88d4d27 + bf50e9a commit 710a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/carapace-spec/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func init() {
if len(c.Args) > 2 {
c.Args = c.Args[3:]
} else {
c.Args[0] = "_carapace"
c.Args[0] = "_carapace"
}
return carapace.ActionExecute(specCmd.ToCobra()).Invoke(c).ToA()
}),
Expand Down

0 comments on commit 710a2eb

Please sign in to comment.