mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-03 13:42:14 -04:00
Fix embed-static.sh.
Some versions of the cd command print out the directory they have changed into.
This commit is contained in:
parent
9376e0520f
commit
cbe92347ef
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ORIGINAL_PWD=${PWD}
|
|||
|
||||
for dir in $@
|
||||
do
|
||||
cd "${dir}"
|
||||
cd "${dir}" > /dev/null
|
||||
echo "\"$(basename ${dir})\": {"
|
||||
|
||||
# Do not embed map files and the non-minified bootstrap files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue