Skip to content

Commit

Permalink
remove double echo
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <[email protected]>
  • Loading branch information
colifran committed Sep 28, 2023
1 parent dcb6eed commit eec87e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/publishing/nuget/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi

NUGET_PACKAGE=$(cd $(dirname $1) && echo $PWD)/$(basename $1)

echo echo "🔑 Applying authenticode signatures to assemblies in ${NUGET_PACKAGE}"
echo "🔑 Applying authenticode signatures to assemblies in ${NUGET_PACKAGE}"
if [[ "${ENV}" == "dev" ]]
then
for file in ${NUGET_PACKAGE}/*.zip
Expand Down

0 comments on commit eec87e0

Please sign in to comment.