Apply suggestions from code review

This commit is contained in:
Markus Hofbauer 2024-11-07 18:44:28 +01:00 committed by GitHub
commit e66f66852f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ alias bzt='bazel test'
alias bzr='bazel run'
alias bzq='bazel query'
bzlmod_integrety() {
sri-hash() {
openssl dgst -sha256 -binary $1 | openssl base64 -A | sed 's/^/sha256-/'
}