We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d1870 commit be8c2daCopy full SHA for be8c2da
1 file changed
docs/configuration/examples.md
@@ -22,7 +22,7 @@ or with a command from `rpm-build` package that will honor the macros:
22
23
```yaml
24
get-current-version:
25
- - rpmspec -q --queryformat "%{VERSION}\n" *spec |head -n1
+ - rpmspec -q --queryformat "%{VERSION}\n" --srpm *spec
26
```
27
28
</details>
0 commit comments