Skip to content

Commit

Permalink
fix: post install script
Browse files Browse the repository at this point in the history
  • Loading branch information
arnold-keyvalue committed Aug 19, 2022
1 parent 212d5c9 commit 297cd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ brews:
owner: bukukasio
name: homebrew-tools
post_install: |
system "curl", "-s https://raw.githubusercontent.com/bukukasio/lummo-sqlproxy/master/scripts/install_prerequisites.sh | bash"
system (curl -s https://raw.githubusercontent.com/bukukasio/lummo-sqlproxy/master/scripts/install_prerequisites.sh) | system "bash"

0 comments on commit 297cd51

Please sign in to comment.