Skip to content
Snippets Groups Projects
Unverified Commit e7130bfc authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #7043 from forivall/feat/casks-in-tap-info

feat: expose casks in tap.to_hash for tap-info --json
parents 7ca8a52f 2c86e7e1
No related branches found
No related tags found
No related merge requests found
......@@ -529,6 +529,7 @@ class Tap
"formula_names" => formula_names,
"formula_files" => formula_files.map(&:to_s),
"command_files" => command_files.map(&:to_s),
"cask_files" => cask_files.map(&:to_s),
"pinned" => pinned?,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment