From 860adaaf4cb8d86b19bb894e2b2961a280a5b049 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 6 Jun 2023 23:46:53 +0200 Subject: [PATCH] Update update-version.sh (#8629) --- scripts/update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-version.sh b/scripts/update-version.sh index e06a30c4f5..cea2163328 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -18,7 +18,7 @@ eval projects=( "cli" "insights" "testing" "extensions" - "eslint-plugin-eslint-angular" ) + "eslint-angular" ) cd `dirname $0`