Skip to content

Commit

Permalink
fix: github-cli bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Nov 24, 2024
1 parent 38052f9 commit 03e29e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const presets: Record<string, Partial<Config>> = {
repo: "cli/cli",
downloadUrl:
"/releases/download/v{{version}}/gh_{{version}}_{{os}}_{{arch}}.{{archive}}",
binPath: "/gh_{{version}}_{{os}}_{{arch}}/bin",
binPath: "/bin",
},
};

Expand Down

0 comments on commit 03e29e9

Please sign in to comment.