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