1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00

fixing a typo

This commit is contained in:
Joseph Flinn 2021-01-08 22:33:20 +00:00
parent 634eb7e9d1
commit d761cf9a9e

View File

@ -101,7 +101,7 @@ jobs:
Copy-Item dist\windows\bw.exe -Destination dist\chocolatey\tools
Copy-Item LICENSE.exe -Destination dist\chocolatey\tools
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env:PACKAGE_VERSION }} --out dist\chocolatey
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env.PACKAGE_VERSION }} --out dist\chocolatey
Get-ChildItem