Skip to content

Commit 08fde5b

Browse files
committed
Update cortex.sh
1 parent 922270b commit 08fde5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cortex.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,12 @@ function uninstall_cli() {
345345
rm -rf $HOME/.cortex
346346

347347
if ! command -v cortex >/dev/null; then
348-
echo -e "\nThe Cortex CLI is not installed"
348+
echo -e "\nThe CLI is not installed"
349349
return
350350
fi
351351

352352
if [[ ! -f /usr/local/bin/cortex ]]; then
353-
echo -e "\nThe Cortex CLI was not found at /usr/local/bin/cortex, please uninstall it manually"
353+
echo -e "\nThe CLI was not found at /usr/local/bin/cortex, please uninstall it manually"
354354
return
355355
fi
356356

@@ -360,7 +360,7 @@ function uninstall_cli() {
360360
ask_sudo
361361
sudo rm /usr/local/bin/cortex
362362
fi
363-
echo -e "\n✓ Uninstalled the Cortex CLI"
363+
echo -e "\n✓ Uninstalled CLI"
364364

365365
bash_profile_path=$(get_bash_profile)
366366
if [ ! "$bash_profile_path" = "" ]; then

0 commit comments

Comments
 (0)