Merge pull request #6219 from influxdata/jts-hotfix-analytics
hotfix(analytics): typopull/6214/head
commit
e9cd577a72
|
|
@ -218,7 +218,7 @@ function initialize() {
|
|||
}
|
||||
} else if (text.includes('docker pull influxdb:3-enterprise')) {
|
||||
info.dl = 'enterprise';
|
||||
} else if (text.includes('docker pull influxdb3-core')) {
|
||||
} else if (text.includes('docker pull influxdb:3-core')) {
|
||||
info.dl = 'oss3';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue