File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,12 +345,12 @@ function uninstall_cli() {
345
345
rm -rf $HOME /.cortex
346
346
347
347
if ! command -v cortex > /dev/null; then
348
- echo -e " \nThe Cortex CLI is not installed"
348
+ echo -e " \nThe CLI is not installed"
349
349
return
350
350
fi
351
351
352
352
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"
354
354
return
355
355
fi
356
356
@@ -360,7 +360,7 @@ function uninstall_cli() {
360
360
ask_sudo
361
361
sudo rm /usr/local/bin/cortex
362
362
fi
363
- echo -e " \n✓ Uninstalled the Cortex CLI"
363
+ echo -e " \n✓ Uninstalled CLI"
364
364
365
365
bash_profile_path=$( get_bash_profile)
366
366
if [ ! " $bash_profile_path " = " " ]; then
You can’t perform that action at this time.
0 commit comments