Skip to content

Commit 51d30b6

Browse files
committed
BUGFIX
1 parent b148f68 commit 51d30b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uninstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
echo "Uninstalling AssemblyAI CLI..."
4-
rm -f "$HOME/.assemblyai-cli"
4+
rm -rf "$HOME/.assemblyai-cli"
55

66
LINETOREMOVE="export PATH=\"$HOME/AssemblyAI:\$PATH\""
77
grep -v "$LINETOREMOVE" "$HOME/.zshrc" > "$HOME/.zshrc.tmp" && mv "$HOME/.zshrc.tmp" "$HOME/.zshrc"

0 commit comments

Comments
 (0)