Skip to content

Commit

Permalink
Fix version templating in vcs_version docs (Cherry-pick of #17423) (#…
Browse files Browse the repository at this point in the history
…17424)

Fix version templating in `vcs_version` docs (#17423)

[ci skip-rust]
  • Loading branch information
stuhood authored Nov 1, 2022
1 parent c0edb7b commit 586f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/Using Pants/generating-version-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To utilize this functionality, you first create a `vcs_version` target in some B
vcs_version(
name="version",
generate_to="src/foo/version.py",
template='version = {version}',
template='version = "{version}"',
)
```

Expand Down

0 comments on commit 586f565

Please sign in to comment.