mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix repo name in release script
This commit is contained in:
+1
-1
@@ -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