fix-influx-port (#18355)

This commit is contained in:
joeaba 2021-07-01 12:08:39 +05:30 committed by GitHub
parent cc80197349
commit 99c05f369d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ EOF
useEnv=false
delete=false
createWithoutConfig=false
host="https://metrics.solana.com:8087"
host="https://metrics.solana.com:8086"
while getopts "hdec:" opt; do
case $opt in
h|\?)