Commit ec640eb
authored
fix: switch homebrew from cask to formula (#248)
homebrew_casks writes to Casks/runpodctl.rb but users install via the
formula at runpodctl.rb (root). brew install runpodctl always picks
the formula, so the cask updates were invisible.
switch to brews: which updates the formula that users actually use.
this matches what gh, terraform, goreleaser, and other go cli tools do.1 parent d8786c1 commit ec640eb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments