Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 1, 2022
1 parent 88d4d27 commit bf50e9a
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 bf50e9a

Please sign in to comment.