Skip to content

Commit

Permalink
Merge pull request #53 from bschaatsbergen/align-homebrew-core-desc
Browse files Browse the repository at this point in the history
chore: align description with description of `cidr` in homebrew-core
  • Loading branch information
bschaatsbergen committed Nov 30, 2023
2 parents 2d64792 + 08e7153 commit 9dc7115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ brews:
name: homebrew-cidr
name: cidr
homepage: "https://github.com/bschaatsbergen/cidr"
description: "A CLI to perform various actions on CIDR ranges"
description: "CLI to perform various actions on CIDR ranges"
license: "MIT"
skip_upload: auto
commit_author:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cidr
[![Release](https://github.com/bschaatsbergen/cidr/actions/workflows/goreleaser.yaml/badge.svg)](https://github.com/bschaatsbergen/cidr/actions/workflows/goreleaser.yaml) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bschaatsbergen/cidr) ![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/bschaatsbergen/cidr/latest) [![Go Reference](https://pkg.go.dev/badge/github.com/bschaatsbergen/cidr.svg)](https://pkg.go.dev/github.com/bschaatsbergen/cidr)

A CLI to perform various actions on CIDR ranges
CLI to perform various actions on CIDR ranges

## Brew
To install cidr using brew, simply do the below.
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (

rootCmd = &cobra.Command{
Use: "cidr",
Short: "cidr - A CLI to perform various actions on CIDR ranges",
Short: "cidr - CLI to perform various actions on CIDR ranges",
Version: version, // The version is set during the build by making using of `go build -ldflags`
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
Expand Down

0 comments on commit 9dc7115

Please sign in to comment.