We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44c152 commit b3a7782Copy full SHA for b3a7782
.github/workflows/ci-homebrew.yml
@@ -179,7 +179,7 @@ jobs:
179
# update the formula
180
sed -i 's/class Sunshine < Formula/class SunshineBeta < Formula/' $formula_file
181
sed -i 's/conflicts_with "sunshine-beta"/conflicts_with "sunshine"/' $formula_file
182
- sed -i '0,/^ version .*$/d' $formula_file
+ sed -i '/^ version .*$/d' $formula_file
183
184
# update livecheck to check for latest stable or pre-release
185
# shellcheck disable=SC1004
0 commit comments