From 4a17640ad22fa335736e4d40e17f8791cae618b8 Mon Sep 17 00:00:00 2001 From: wamsachel Date: Tue, 3 Oct 2023 17:45:19 -0600 Subject: [PATCH] Update uninstall.sh Minor typo fix --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index e317444..5ebf0e4 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -12,7 +12,7 @@ fi cd library -printf "Unnstalling for Python 2..\n" +printf "Uninstalling for Python 2..\n" pip uninstall $LIBRARY_NAME if [ -f "/usr/bin/pip3" ]; then