mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #580 from prometheus/beorn7/fix
Fix embed-static.sh.
This commit is contained in:
commit
38ab8cc39b
|
@ -11,7 +11,7 @@ ORIGINAL_PWD=${PWD}
|
||||||
|
|
||||||
for dir in $@
|
for dir in $@
|
||||||
do
|
do
|
||||||
cd "${dir}"
|
cd "${dir}" > /dev/null
|
||||||
echo "\"$(basename ${dir})\": {"
|
echo "\"$(basename ${dir})\": {"
|
||||||
|
|
||||||
# Do not embed map files and the non-minified bootstrap files.
|
# Do not embed map files and the non-minified bootstrap files.
|
||||||
|
|
Loading…
Reference in a new issue