cmd/casks.sh: repair style
This commit is contained in:
parent
fb7d19c661
commit
18a230dfd5
@ -3,7 +3,9 @@
|
|||||||
#: List all locally installable casks including short names.
|
#: 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-casks() {
|
||||||
homebrew-items 'Formula' 's|/Casks/|/|' '^homebrew/cask'
|
homebrew-items 'Formula' 's|/Casks/|/|' '^homebrew/cask'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user