Skip to content

Commit b76b2e6

Browse files
authored
Typo
1 parent 5275062 commit b76b2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InfluxDB/influx_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FILENAME=$1
44
DBNAME=ntop
55

6-
# Unflux 1.x
6+
# InfluxDB 1.x
77
curl -XPOST "http://localhost:8086/write?db=$DBNAME" --data-binary @$FILENAME
88

99
/bin/rm $FILENAME

0 commit comments

Comments
 (0)