We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0cc10a + 04f4542 commit bf4421fCopy full SHA for bf4421f
pkg/actions/tools/git/diff.go
@@ -188,7 +188,7 @@ func actionRefDiffs(cached bool, refs ...string) carapace.Action {
188
var action carapace.Action
189
switch {
190
case strings.HasPrefix(relativePath, "../"):
191
- action = carapace.ActionStyledValuesDescribed(relativePath, splitted[0])
+ action = carapace.ActionValuesDescribed(relativePath, splitted[0])
192
case strings.HasPrefix(c.Value, "."):
193
action = carapace.ActionValuesDescribed("./"+relativePath, splitted[0])
194
default:
0 commit comments