Skip to content

Commit

Permalink
carapace: diff - removed header
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 24, 2024
1 parent 41e3bd6 commit f6fc2c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/carapace/cmd/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ var diffCmd = &cobra.Command{

}
joined := shlex.Join(args)
fmt.Printf("diff --git a/%v b/carapace\n", _bridge)
fmt.Printf("--- a/%v/carapace --macro %v %v\n", _bridge, macro, joined) // TODO macro by _bridge
fmt.Printf("+++ b/carapace/carapace %v export %v\n", command, joined)
for _, v := range export.Values {
Expand Down

0 comments on commit f6fc2c9

Please sign in to comment.