mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix typo in referenced variable (#176039)
## Summary
Fixes a copy-paste oversight 👍
This commit is contained in:
parent
8bc9b28669
commit
f920609624
1 changed files with 1 additions and 1 deletions
|
@ -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}/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue