trying without alias

This commit is contained in:
Kasper Juul Hermansen 2022-10-21 12:08:23 +02:00
parent ce7f2f5206
commit 8209a15d42
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ class KignoreBin < Formula
def install
bin.install "kignore"
bin.install "git-ignore"
bin.install "git-ignore" => "git-kignore"
end
end