mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Fix repo name in release script
This commit is contained in:
@@ -33,7 +33,7 @@ if [[ "$1" = "nightly" ]]; then
|
||||
fi
|
||||
|
||||
if [[ "$1" = "release" ]]; then
|
||||
aptly_repository=aptly-repository
|
||||
aptly_repository=aptly-release
|
||||
aptly_snapshot=aptly-$version
|
||||
aptly_published=s3:repo.aptly.info:./squeeze
|
||||
|
||||
|
||||
Reference in New Issue
Block a user