Skip to content

Commit

Permalink
fix: homebrew formula description
Browse files Browse the repository at this point in the history
  • Loading branch information
edosrecki committed Jan 23, 2022
1 parent 9ff5b2a commit d94f74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "google-cloud-sql",
"version": "0.0.0-dev",
"description": "Connect to private Google Cloud SQL instance through Cloud SQL Auth Proxy running in Kubernetes.",
"description": "Connect to private Google Cloud SQL instance through Cloud SQL Auth Proxy running in GKE cluster.",
"license": "UNLICENSED",
"author": "Dinko Osrecki <dinko.osrecki@emarsys.com>",
"homepage": "https://github.com/edosrecki/google-cloud-sql-cli",
Expand Down
2 changes: 1 addition & 1 deletion tools/publish-brew-formula.sh
Expand Up @@ -12,7 +12,7 @@ git config user.name "Dinko Osrecki"

cat <<EOF > google-cloud-sql.rb
class GoogleCloudSql < Formula
desc ""
desc "Connect to private Google Cloud SQL instance through Cloud SQL Auth Proxy running in GKE cluster."
homepage "https://github.com/edosrecki/google-cloud-sql-cli"
url "$url"
sha256 "$checksum"
Expand Down

0 comments on commit d94f74f

Please sign in to comment.