Skip to content

Commit

Permalink
update exec file path of vorpal arm
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Aug 29, 2024
1 parent 3c95a43 commit 7d8a7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/vorpal/vorpalconfig/vorpal-mac-arm.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var Params = osinstaller.InstallationConfiguration{
ExecutableFile: "vorpal_darwin_x64",
ExecutableFile: "vorpal_darwin_arm64",
DownloadURL: "https://download.checkmarx.com/vorpal-binary/vorpal_darwin_arm64.tar.gz",
HashDownloadURL: "https://download.checkmarx.com/vorpal-binary/hash.txt",
FileName: "vorpal.tar.gz",
Expand Down

0 comments on commit 7d8a7b3

Please sign in to comment.