Skip to content

Commit

Permalink
Fixing typo in homebrew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Aug 25, 2022
1 parent 69451ea commit 1289f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
--url="https://github.com/xo/usql/archive/${{ github.ref_name }}.tar.gz" \
xo/xo/usql
cd $REPO_PATH
git remote set_url origin "https://kenshaw:${{ secrets.HOMEBREW_TOKEN }}@github.com/xo/homebrew-xo.git"
git remote set-url origin "https://kenshaw:${{ secrets.HOMEBREW_TOKEN }}@github.com/xo/homebrew-xo.git"
git push origin master

0 comments on commit 1289f69

Please sign in to comment.