Skip to content

Commit

Permalink
Merge pull request #3949 from mikesplain/fix_brew_typo
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix brew docs typo

Somehow the word kops got dropped when I modified these docs.
  • Loading branch information
Kubernetes Submit Queue committed Nov 29, 2017
2 parents c98a771 + 71a32f2 commit 1bcf467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ We now include both major and development releases in homebrew. A development v
Example usage:
```bash
# Major Version
brew bump-formula-pr \
brew bump-formula-pr kops \
--url=https://github.com/kubernetes/kops/archive/1.7.1.tar.gz \
--sha256=044c5c7a737ed3acf53517e64bb27d3da8f7517d2914df89efeeaf84bc8a722a

# Development Version
brew bump-formula-pr \
brew bump-formula-pr kops \
--devel \
--url=https://github.com/kubernetes/kops/archive/1.8.0-beta.1.tar.gz \
--sha256=81026d6c1cd7b3898a88275538a7842b4bd8387775937e0528ccb7b83948abf1
Expand Down

0 comments on commit 1bcf467

Please sign in to comment.