Skip to content

Commit

Permalink
Fix deps links for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Aug 2, 2023
1 parent 1315c7d commit 0b569d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/executor/flux/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ func getPluginDependencies() map[string]api.Dependency {
URLs: map[string]string{
"windows/amd64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_windows_amd64.zip//gh_2.32.1_windows_amd64/bin",
"windows/arm64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_windows_arm64.zip//gh_2.32.1_windows_arm64/bin",
"darwin/amd64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_macOS_amd64.tar.gz//gh_2.32.1_macOS_amd64/bin",
"darwin/arm64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_macOS_arm64.tar.gz//gh_2.32.1_macOS_arm64/bin",
"darwin/amd64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_macOS_amd64.zip//gh_2.32.1_macOS_amd64/bin",
"darwin/arm64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_macOS_arm64.zip//gh_2.32.1_macOS_arm64/bin",
"linux/amd64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_amd64.tar.gz//gh_2.32.1_linux_amd64/bin",
"linux/arm64": "https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_arm64.tar.gz//gh_2.32.1_linux_arm64/bin",
},
Expand Down

0 comments on commit 0b569d4

Please sign in to comment.