mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
casks-without-zap: from checklist to unordered (#121052)
This commit is contained in:
@@ -77,7 +77,7 @@ CASK_LISTS = CASKS_NO_ZAP.each_with_object([]) do |(tap_dir, casks), message|
|
||||
message.push("<details><summary>#{tap_dir.dirname.basename.to_path}</summary>")
|
||||
message.push("") # Empty line so the markdown still works inside the HTML
|
||||
|
||||
casks.each { message.push("- [ ] [`#{cask_name(_1)}`](#{cask_url(tap_dir, _1)})") }
|
||||
casks.each { message.push("* [`#{cask_name(_1)}`](#{cask_url(tap_dir, _1)})") }
|
||||
|
||||
message.push("</details>")
|
||||
end.freeze
|
||||
|
||||
Reference in New Issue
Block a user