1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-07 09:31:31 +01:00

fixing syntax

This commit is contained in:
Joseph Flinn 2020-12-30 22:42:55 +00:00
parent ce31913e91
commit da9a5414bb

View File

@ -23,7 +23,7 @@ steps:
displayName: 'Setting packageVersion'
- script: |
echo "package version: ${{ packageVersion }}"
echo "package version: ${ packageVersion }"
echo "package version: $(packageVersion)"
exit 1