diff options
author | Gabor Javorszky <g.javorszky@f5.com> | 2024-09-16 11:28:18 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-09-17 01:53:07 +0100 |
commit | 0dcd3a91995d5ad0a9d27347bba22d1e8eae08b1 (patch) | |
tree | 2643d298713c26a8fd0b2419ba651fa780f32fcd /tools/unitctl/pkg/brew | |
parent | cc863e1526f869a9c6c7f3372f69301bba56f846 (diff) | |
download | unit-0dcd3a91995d5ad0a9d27347bba22d1e8eae08b1.tar.gz unit-0dcd3a91995d5ad0a9d27347bba22d1e8eae08b1.tar.bz2 |
tools/unitctl: rename UNIT -> Unit
The correct capitalisation of the name of the software is Unit, not all
caps.
Signed-off-by: Gabor Javorszky <g.javorszky@f5.com>
[ A bunch more s/UNIT/Unit/ - Andrew ]
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools/unitctl/pkg/brew')
-rw-r--r-- | tools/unitctl/pkg/brew/unitctl.rb | 2 | ||||
-rw-r--r-- | tools/unitctl/pkg/brew/unitctl.rb.template | 2 |
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" |