From cb92edfb77f6e5a3668a96f3dadca8562e756ad8 Mon Sep 17 00:00:00 2001 From: Qi Date: Tue, 26 Jun 2018 01:17:06 -0400 Subject: [PATCH] style: Reformat to follow recommended shell style --- modules/homebrew/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homebrew/init.zsh b/modules/homebrew/init.zsh index 830deae..f7291f2 100755 --- a/modules/homebrew/init.zsh +++ b/modules/homebrew/init.zsh @@ -35,5 +35,5 @@ alias casko='brew cask outdated' alias caskx='brew cask uninstall' casks() { - print "Calling \`brew cask search\` is deprecated! Please use \`brews\` instead!" + print "Calling \`brew cask search\` is deprecated! Please use \`brews\` instead!" }