Skip to content

Commit

Permalink
fix: hl: simplified description
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Apr 28, 2024
1 parent 86b824c commit eb0b799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: Homebrew/actions/git-try-push@master
with:
token: ${{ github.token }}
branch: main
branch: master

- name: Delete branch
if: github.event.pull_request.head.repo.fork == false
Expand Down
2 changes: 1 addition & 1 deletion Formula/hl.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Hl < Formula
desc "Log viewer and processor for JSON and logfmt logs"
desc "Log viewer for JSON and logfmt logs"
homepage "https://github.com/pamburus/hl"
url "https://github.com/pamburus/hl/archive/refs/tags/v0.27.4.tar.gz"
sha256 "f1a6420d7fb0d049ddbd39e6844afe33c625f7a43816457219c4a8efad5c4c7c"
Expand Down

0 comments on commit eb0b799

Please sign in to comment.