Fix typo in referenced variable (#176039)

## Summary
Fixes a copy-paste oversight 👍
This commit is contained in:
Alex Szabo 2024-02-01 09:47:06 +01:00 committed by GitHub
parent 8bc9b28669
commit f920609624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ xs=("$@")
# TODO: Safe to remove this after 2024-03-01 (https://github.com/elastic/kibana/issues/175904) - also clean up usages
uploadPrefix_old="gs://elastic-bekitzur-kibana-coverage-live/"
uploadPrefixWithTimeStamp_old="${uploadPrefix}${TIME_STAMP}/"
uploadPrefixWithTimeStamp_old="${uploadPrefix_old}${TIME_STAMP}/"
uploadPrefix="gs://elastic-kibana-coverage-live/"
uploadPrefixWithTimeStamp="${uploadPrefix}${TIME_STAMP}/"