Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ runs:
echo "Parsing signature..." echo "Parsing signature..."
signature=$(awk -F "=" '/signature/ {print $2}' ${INI_PATH} | tr -d '"' | cut -f1 -d";" | xargs) signature=$(awk -F "=" '/signature/ {print $2}' ${INI_PATH} | tr -d '"' | xargs)
echo "Signature: ${signature}" echo "Signature: ${signature}"