Skip to content

Commit 7c61530

Browse files
authored
FIxup release-s3 (#3015)
Signed-off-by: Ana Hobden <[email protected]>
1 parent 3779015 commit 7c61530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-s3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if [[ "$CHANNEL" == "nightly" ]]; then
5858
"$td/vector-x86_64-unknown-linux-musl.tar.gz"
5959
verify_artifact \
6060
"https://packages.timber.io/vector/nightly/latest/vector-x86_64-unknown-linux-gnu.tar.gz" \
61-
"$td/vector-x86_64-unknown-linux-musl.tar.gz"
61+
"$td/vector-x86_64-unknown-linux-gnu.tar.gz"
6262
elif [[ "$CHANNEL" == "latest" ]]; then
6363
VERSION_EXACT="$VERSION"
6464
# shellcheck disable=SC2001

0 commit comments

Comments
 (0)