We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0463045 commit e0e3ccbCopy full SHA for e0e3ccb
src/homepageExperience/components/steps/cli/WriteData.tsx
@@ -36,7 +36,7 @@ export const WriteDataComponent = (props: OwnProps) => {
36
37
const sampleDataUrl =
38
'https://influx-testdata.s3.amazonaws.com/air-sensor-data-annotated.csv'
39
- const writeDataCodeCsv = `influx write --bucket ${bucketName} --file path/air-sensor-data-annotated.csv`
+ const writeDataCodeCsv = `influx write --bucket ${bucketName} --file downloads/air-sensor-data-annotated.csv`
40
const writeDataCodeUrl = `influx write --bucket ${bucketName} --url ${sampleDataUrl}`
41
42
const [currentDataSelection, setCurrentDataSelection] = useState<
0 commit comments