mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: add missing "=" char between "-i" flag and its value for sed
This is a follow-up after 78af27f955
This commit is contained in:
parent
78af27f955
commit
9acf1845f4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -402,7 +402,7 @@ copy-docs:
|
|||
echo "---\nsort: ${ORDER}\n---\n" > ${DST}; \
|
||||
fi
|
||||
cat ${SRC} >> ${DST}
|
||||
sed -i '.tmp' 's/<img src=\"docs\//<img src=\"/' ${DST}
|
||||
sed -i='.tmp' 's/<img src=\"docs\//<img src=\"/' ${DST}
|
||||
|
||||
# Copies docs for all components and adds the order tag.
|
||||
# For ORDER=0 it adds no order tag.
|
||||
|
|
Loading…
Reference in a new issue