From 69ad57dd26e1f9e32af9674719846284098f6af4 Mon Sep 17 00:00:00 2001 From: Dominik Agres Date: Mon, 23 Mar 2026 19:45:30 +0100 Subject: [PATCH] fix: class name --- Formula/cheatsh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cheatsh.rb b/Formula/cheatsh.rb index 4cc04cb..a5db35c 100644 --- a/Formula/cheatsh.rb +++ b/Formula/cheatsh.rb @@ -1,4 +1,4 @@ -class cheatsh < Formula +class Cheatsh < Formula desc "a terminal cheat sheet for linux" homepage "https://github.com/agresdominik/cheat_sheet" url "https://github.com/agresdominik/cheat_sheet/archive/refs/tags/v#{version}.tar.gz"