mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
fix indentation issue
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
2ced3c78c0
commit
f3c480e7bc
|
@ -84,8 +84,8 @@ function bumpVersion() {
|
||||||
sed -E -i "s|(\"@prometheus-io/.+\": )\".+\"|\1\"${version}\"|" "${workspace}"/package.json
|
sed -E -i "s|(\"@prometheus-io/.+\": )\".+\"|\1\"${version}\"|" "${workspace}"/package.json
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# increase the version on all packages
|
# increase the version on all packages
|
||||||
npm version "${version}" --workspaces
|
npm version "${version}" --workspaces
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ "$1" == "--copy" ]]; then
|
if [[ "$1" == "--copy" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue