cmd/casks.sh: repair style

This commit is contained in:
hyuraku 2021-04-27 23:09:58 +09:00
parent fb7d19c661
commit 18a230dfd5

View File

@ -3,7 +3,9 @@
#: List all locally installable casks including short names.
#:
source "$HOMEBREW_LIBRARY/Homebrew/items.sh"
# HOMEBREW_LIBRARY is set in bin/brew
# shellcheck disable=SC2154
source "${HOMEBREW_LIBRARY}/Homebrew/items.sh"
homebrew-casks() {
homebrew-items 'Formula' 's|/Casks/|/|' '^homebrew/cask'