Skip to content

Commit

Permalink
Fix repo name in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jul 6, 2019
1 parent 7bc53a4 commit 5aefd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5aefd0b

Please sign in to comment.