Commit bf05bb3a authored by Garth Mortensen's avatar Garth Mortensen Committed by Marc Cornellà
Browse files

dash: update dash bundle identifier (#7127)

parent d5f0a0a4
...@@ -11,7 +11,7 @@ _dash() { ...@@ -11,7 +11,7 @@ _dash() {
# Use defaults to get the array of docsets from preferences # Use defaults to get the array of docsets from preferences
# Have to smash it into one big line so that each docset is an element of # Have to smash it into one big line so that each docset is an element of
# our DOCSETS array # our DOCSETS array
DOCSETS=("${(@f)$(defaults read com.kapeli.dash docsets | tr -d '\n' | grep -oE '\{.*?\}')}") DOCSETS=("${(@f)$(defaults read com.kapeli.dashdoc docsets | tr -d '\n' | grep -oE '\{.*?\}')}")
# remove all newlines since defaults prints so pretty like # remove all newlines since defaults prints so pretty like
# Now get each docset and output each on their own line # Now get each docset and output each on their own line
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment