summaryrefslogtreecommitdiffhomepage
path: root/tools/unitctl/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/unitctl/pkg')
-rw-r--r--tools/unitctl/pkg/brew/unitctl.rb2
-rw-r--r--tools/unitctl/pkg/brew/unitctl.rb.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/unitctl/pkg/brew/unitctl.rb b/tools/unitctl/pkg/brew/unitctl.rb
index 771f2806..05d17d3f 100644
--- a/tools/unitctl/pkg/brew/unitctl.rb
+++ b/tools/unitctl/pkg/brew/unitctl.rb
@@ -1,5 +1,5 @@
class Unitctl < Formula
- desc "CLI interface to the NGINX UNIT Control API"
+ desc "CLI interface to the NGINX Unit Control API"
homepage "https://github.com/nginxinc/unit-rust-sdk"
version "0.3.0"
package_name = "unitctl"
diff --git a/tools/unitctl/pkg/brew/unitctl.rb.template b/tools/unitctl/pkg/brew/unitctl.rb.template
index db6991f6..f690abe2 100644
--- a/tools/unitctl/pkg/brew/unitctl.rb.template
+++ b/tools/unitctl/pkg/brew/unitctl.rb.template
@@ -1,5 +1,5 @@
class Unitctl < Formula
- desc "CLI interface to the NGINX UNIT Control API"
+ desc "CLI interface to the NGINX Unit Control API"
homepage "https://github.com/nginxinc/unit-rust-sdk"
version "$VERSION"
package_name = "$PACKAGE_NAME"