mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Fix deb package name.
Replace + sign with - sign
This commit is contained in:
parent
582e6fc8d2
commit
84441699c5
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ case $os in
|
|||
fi
|
||||
|
||||
fpm -s dir -t deb -n logstash -v "$RELEASE" \
|
||||
-a all --iteration "1+${os}${DEB_REVISION}" \
|
||||
-a all --iteration "1-${os}${DEB_REVISION}" \
|
||||
--url "$URL" \
|
||||
--description "$DESCRIPTION" \
|
||||
-d "default-jre-headless" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue