From 6aca0c889edbc5c5074ef33a26cc2bb506143f4b Mon Sep 17 00:00:00 2001 From: William Lyles <26171886+wilyle@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:09:49 -0800 Subject: [PATCH] remove unnecessary semicolon --- tools/notice_generation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/notice_generation.sh b/tools/notice_generation.sh index 71e49e1..75f4c7a 100755 --- a/tools/notice_generation.sh +++ b/tools/notice_generation.sh @@ -40,7 +40,7 @@ CLOUD_CONNECTORS_AZURE_DIRECTORY="cloud_connectors/azure/" echo "Appending Azure Cloud Connectors' .NET Third Party licenses to $NOTICE_FILENAME" ./tools/dotnet_notice_generation.sh $NOTICE_FILENAME $CLOUD_CONNECTORS_AZURE_DIRECTORY ./tools/cg/license_url_to_type.json -if [ -z "$(git diff --name-only $NOTICE_FILENAME)" ] && [ -z "$(git ls-files --others --exclude-standard)"]; +if [ -z "$(git diff --name-only $NOTICE_FILENAME)" ] && [ -z "$(git ls-files --others --exclude-standard)"] then echo "File not changed" else