Browse Source

fix: remove usage of "brew cask" command now that it's deprecated

Kyle P Davis 6 months ago
parent
commit
973830dbe0
1 changed files with 0 additions and 6 deletions
  1. 0 6
      gimme

+ 0 - 6
gimme

@@ -178,9 +178,6 @@ else # normal usage
 				exit 0
 				;;
 			-l|--list|--installed)
-				echo "# BREW (cask):"
-				brew cask list
-				echo
 				echo "# BREW:"
 				brew list
 				echo
@@ -192,9 +189,6 @@ else # normal usage
 				exit 0
 				;;
 			--old|--outdated)
-				echo "# BREW (cask):"
-				brew cask outdated
-				echo
 				echo "# BREW:"
 				brew outdated
 				echo