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 <[email protected]>
  • Loading branch information
gotmax23 and felixfontein authored Nov 19, 2023
1 parent 988b0af commit c9cc0aa
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 @@ -37,7 +37,7 @@ structure for Ansible `X`.
4. Symlink `X-1.0.0`'s deps file to `${MAJOR_VERSION}/ancestor.deps`
``` sh
ln -sr "${PREVIOUS_MAJOR_VERSION}/${PREVIOUS_MAJOR_VERSION}.0.0.deps" \
ln -sr "${PREVIOUS_MAJOR_VERSION}/ansible-${PREVIOUS_MAJOR_VERSION}.0.0.deps" \
"${MAJOR_VERSION}/ancestor.deps"
```
Expand Down

0 comments on commit c9cc0aa

Please sign in to comment.