Skip to content

Commit

Permalink
use the sum of the download not the redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
kalahari authored Aug 1, 2024
1 parent dcbaf8f commit 138041a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/dok.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Dok < Formula
desc "CLI to manipulate the macOS Dock"

Check failure on line 2 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
homepage "https://github.com/kalahari/dok"

Check failure on line 3 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
url "https://github.com/kalahari/dok/archive/refs/tags/v1.0.0.tar.gz"

Check failure on line 4 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
sha256 "f2ee0ab5d90d25c8b381246c97b8372ea9ec31a7ab8c48c7c9e98f9ac47c1844"

Check failure on line 5 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
license "MIT"

Check failure on line 6 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
head "https://github.com/kalahari/dok.git", branch: "main"

Check failure on line 7 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

Check failure on line 8 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingWhitespace: Trailing whitespace detected.
Expand All @@ -11,4 +11,4 @@ def install
libexec.install Dir["libexec/*"]
bin.install Dir["bin/*"]
end
end
end

Check failure on line 14 in Formula/dok.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/EndAlignment: `end` at 14, 2 is not aligned with `class Dok < Formula` at 1, 0.

0 comments on commit 138041a

Please sign in to comment.