Skip to content

Commit 5aefd0b

Browse files
committed
Fix repo name in release script
1 parent 7bc53a4 commit 5aefd0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upload-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ "$1" = "nightly" ]]; then
3333
fi
3434

3535
if [[ "$1" = "release" ]]; then
36-
aptly_repository=aptly-repository
36+
aptly_repository=aptly-release
3737
aptly_snapshot=aptly-$version
3838
aptly_published=s3:repo.aptly.info:./squeeze
3939

0 commit comments

Comments
 (0)