mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
cmd/casks.sh: repair style
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user