From f3c480e7bc2e53269c78720506c9e198f40e0170 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Thu, 29 Dec 2022 11:23:46 +0100 Subject: [PATCH] fix indentation issue Signed-off-by: Augustin Husson --- scripts/ui_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ui_release.sh b/scripts/ui_release.sh index 9f9ad3edaf..0f251690b7 100755 --- a/scripts/ui_release.sh +++ b/scripts/ui_release.sh @@ -84,8 +84,8 @@ function bumpVersion() { sed -E -i "s|(\"@prometheus-io/.+\": )\".+\"|\1\"${version}\"|" "${workspace}"/package.json fi done - # increase the version on all packages - npm version "${version}" --workspaces + # increase the version on all packages + npm version "${version}" --workspaces } if [[ "$1" == "--copy" ]]; then