Use updated (version_suite) release name when commiting to gitian.sigs

This commit is contained in:
Charlie O'Keefe 2019-07-01 08:42:38 -06:00
parent 34e7b6519c
commit 8f97baab45
1 changed files with 2 additions and 2 deletions

View File

@ -248,8 +248,8 @@ then
echo "Committing ${VERSION} Signatures"
echo ""
pushd ${gitian_sigs_repo_path}
git add ${VERSION}/${SIGNER}
git commit -a -m "Add ${VERSION} signatures for ${SIGNER}"
git add ${VERSION}_${suite}/${SIGNER}
git commit -a -m "Add ${VERSION}_${suite} signatures for ${SIGNER}"
popd
fi
fi