Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Aug 21, 2024
1 parent 07ed4b1 commit 37341b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "MAYHEM_URL: ${{ env.MAYHEM_URL }}"
$installerPath = "$env:TEMP\mayhem.msi"
curl -L "https://app.mayhem.security/cli/Windows/mayhem.msi" -o $installerPath
tart-Process msiexec.exe -ArgumentList "/i", $installerPath, "/quiet", "/norestart", "/log", $logPath -NoNewWindow -Wait
Start-Process msiexec.exe -ArgumentList "/i", $installerPath, "/quiet", "/norestart", "/log", $logPath -NoNewWindow -Wait
Get-Content $logPath
$exePath = Get-ChildItem -Path "C:\Program Files\Mayhem" -Filter "mayhem.exe" -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1
if ($exePath) {
Expand Down
1 change: 0 additions & 1 deletion mayhem/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ genrule(
cmd = "mayhem package -o ./fuzz_calculator_root $(location: //fuzz:fuzz_calculator_bin)"
)


mayhem(
name = "mayhem_fuzz_calculator",
run = True,
Expand Down

0 comments on commit 37341b8

Please sign in to comment.