From 25917f5432723546697e11348da43cb0631dee27 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 27 Aug 2020 17:52:38 +0200 Subject: [PATCH] aligned emoji --- bin/unbrew.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/unbrew.js b/bin/unbrew.js index f1d4f6c..0d6fe05 100755 --- a/bin/unbrew.js +++ b/bin/unbrew.js @@ -59,7 +59,7 @@ async function main() { return } - console.log('🗑 Uninstalling') + console.log('🗑 Uninstalling') while (loosers.length) { const joinedLoosers = loosers.join(' ') cp.execSync(`brew uninstall ${joinedLoosers}`)