Skip to content

Commit

Permalink
fix tap
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 3, 2019
1 parent adcd4dd commit a7dec5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/tap-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
asset: lagoon-cli-$STABLE_VERSION-darwin-amd64.tar.gz
#asset: lagoon-cli-$STABLE_VERSION-darwin-amd64.tar.gz
url: "https://github.com/amazeeio/lagoon-cli/releases/download/$STABLE_VERSION/lagoon-cli-${STABLE_VERSION}-darwin-amd64.tar.gz"
tap: amazeeio/homebrew-lagoon-cli/lagoon.rb
template: >
class Lagoon < Formula
Expand All @@ -11,6 +12,6 @@ template: >
bottle :unneeded
def install
prefix.install "lagoon"
bin.install "lagoon"
end
end
end

0 comments on commit a7dec5b

Please sign in to comment.