Skip to content

Commit

Permalink
Update brew-update.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Nov 25, 2024
1 parent c47bef0 commit 8c08e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/brew-update.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(let* ((latest (get-latest-tag))
(version)
(beg) (end)
(data (checksum-data 'npm latest)))
(data (checksum-data "macos-x64" latest)))
(with-find-file "Formula/qob-cli.rb"
(goto-char (point-min))
(when (search-forward "version " nil t)
Expand Down

0 comments on commit 8c08e65

Please sign in to comment.