Skip to content

Commit

Permalink
docs/new-ansible-and-freezes.md: fix deps file path
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <felix@fontein.de>
  • Loading branch information
gotmax23 and felixfontein committed Nov 21, 2023
1 parent 1ab8f40 commit c00d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-ansible-and-freezes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ structure for Ansible `X+1`.
`${NEXT_MAJOR_VERSION}/ancestor.deps`
``` sh
ln -sr "${CURRENT_MAJOR_VERSION}/${CURRENT_MAJOR_VERSION}.0.0.deps" \
ln -sr "${CURRENT_MAJOR_VERSION}/ansible-${CURRENT_MAJOR_VERSION}.0.0.deps" \
"${NEXT_MAJOR_VERSION}/ancestor.deps"
```
Expand Down

0 comments on commit c00d20f

Please sign in to comment.