Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/primitive.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Primitive < Formula
desc "Official Primitive CLI"
homepage "https://primitive.dev"
url "https://registry.npmjs.org/@primitivedotdev/cli/-/cli-1.5.0.tgz"
sha256 "8001e26004d07ae1b7b552393d7e86f86f9b56335b803c017685affc757920f2"
url "https://registry.npmjs.org/@primitivedotdev/cli/-/cli-1.13.3.tgz"
sha256 "61a37dc2b87a6cccc38cd5d988367eaa15d221029af642376b292ba5f7143e7b"
license "MIT"

livecheck do
Expand All @@ -28,7 +28,7 @@
bin.install_symlink libexec/"bin/primitive"
man1.install "man/primitive.1"
generate_completions_from_executable(
bin/"primitive", "completion", shells: [:bash, :zsh, :fish]

Check failure on line 31 in Formula/primitive.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-26)

FormulaAudit/RedundantGenerateCompletionsShells: Passing the default shells to `generate_completions_from_executable` is redundant

Check failure on line 31 in Formula/primitive.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-15)

FormulaAudit/RedundantGenerateCompletionsShells: Passing the default shells to `generate_completions_from_executable` is redundant

Check failure on line 31 in Formula/primitive.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

FormulaAudit/RedundantGenerateCompletionsShells: Passing the default shells to `generate_completions_from_executable` is redundant
)
end

Expand Down
Loading