Skip to content

Commit

Permalink
🧹 Fix powershell cnspec cmd.
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev committed Jan 10, 2024
1 parent 8a6a02e commit f230310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-released-install-ps1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
Install-Mondoo -Product ${{ inputs.client }};
- name: Verify the correct version is installed
run: |
$version = 'C:\Program Files\Mondoo\cnspec.exe' version
$version=C:\Program Files\Mondoo\cnspec.exe version
$version -like "*${{ steps.version.outputs.version }}*"

0 comments on commit f230310

Please sign in to comment.