1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Change single-quotes to double-quotes

This commit is contained in:
Vince Grassia 2025-03-24 17:58:42 -04:00
parent 5797b78843
commit 11ac3cde88
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -101,7 +101,7 @@ jobs:
GIT_HASH=$(git describe --long --always --dirty --exclude='*' --abbrev=8)
echo "GitHash: ${GIT_HASH}"
sed -i 's/HASH_HERE/$GIT_HASH/' Directory.Build.props
sed -i "s/HASH_HERE/$GIT_HASH/" Directory.Build.props
cat Directory.Build.props
exit 1