1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02: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