From 3e39e2a3ca9916dfb027f03d0ad3e69a63826d3e Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 14 Sep 2025 19:25:51 -0600 Subject: [PATCH] fix: typo in formula name --- Formula/gman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gman.rb b/Formula/gman.rb index 23910c0..0e0826e 100644 --- a/Formula/gman.rb +++ b/Formula/gman.rb @@ -1,6 +1,6 @@ # Documentation: https://docs.brew.sh/Formula-Cookbook # https://rubydoc.brew.sh/Formula -class GMan < Formula +class Gman < Formula desc "Universal command line credential management and injection tool" homepage "https://github.com/Dark-Alex-17/gman" if OS.mac? and Hardware::CPU.arm?