Skip to content
Snippets Groups Projects
Commit 2ed4196d authored by miccal's avatar miccal
Browse files

cmd/update-report: fix output of new casks

parent 8041649c
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ class ReporterHub
when :A
name unless installed?(name)
when :AC
name unless cask_installed?(name)
name.split("/").last unless cask_installed?(name)
when :MC, :DC
name = name.split("/").last
cask_installed?(name) ? pretty_installed(name) : name
......
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