Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Feb 8, 2024
1 parent 5bf45ac commit 6aca0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/notice_generation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aca0c8

Please sign in to comment.