Skip to content

Commit

Permalink
fix golereaser brew indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Hamilton <matt@soluble.ai>
  • Loading branch information
Matt Hamilton committed Aug 19, 2020
1 parent eaf6176 commit cf8d4f0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ brews:
tap:
owner: soluble-ai
name: homebrew-kubetap
skip_upload: false
download_strategy: CurlDownloadStrategy
caveats: 'kubetap is best invoked as: $ kubectl tap'
homepage: 'https://github.com/soluble-ai/kubetap'
description: 'Kubetap is a kubectl plugin to interactively proxy Kubernetes Services with ease'
custom_block: |
head "https://github.com/soluble-ai/kubetap.git"
test: |
system "#{bin}/kubectl-tap version"
install: |
bin.install "./kubectl-tap"
skip_upload: false
download_strategy: CurlDownloadStrategy
caveats: 'kubetap is best invoked as: $ kubectl tap'
homepage: 'https://github.com/soluble-ai/kubetap'
description: 'Kubetap is a kubectl plugin to interactively proxy Kubernetes Services with ease'
custom_block: |
head "https://github.com/soluble-ai/kubetap.git"
test: |
system "#{bin}/kubectl-tap version"
install: |
bin.install "./kubectl-tap"

0 comments on commit cf8d4f0

Please sign in to comment.