Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 3, 2024
1 parent 820c207 commit 107df99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/release_notes/v0.29.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ $carapace-spec.Spec(example.yaml)
# invokes `carapace-spec _carapace macro "Spec(example.yaml)" ""`
```

> This will change again in the future to support custom macros.
> This behaviour will change slightly in the future to support custom macros.
With the `--in-place` flag of `sed` this can be updated directly.
With the `--in-place` flag of `sed` the specs can be updated directly.
```sh
sed 's/$_/$carapace./g' ~/.config/carapace/specs/*.yaml
```
Expand Down

0 comments on commit 107df99

Please sign in to comment.