Skip to content

Commit bc1ab4e

Browse files
authored
Merge pull request #847 from smira/fix-repo-name
Fix repo name in release script
2 parents 7bc53a4 + 5aefd0b commit bc1ab4e

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)