Skip to content

Commit fdb8911

Browse files
committed
fix: remove article from formula description
Homebrew lint requires descriptions not start with an article.
1 parent 3583de3 commit fdb8911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/wt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This file was generated by GoReleaser. DO NOT EDIT.
55
class Wt < Formula
6-
desc "A fast, simple Git worktree helper"
6+
desc "Fast, simple Git worktree helper"
77
homepage "https://github.com/timvw/wt"
88
version "0.1.25"
99
license "MIT"

0 commit comments

Comments
 (0)