mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Use rmdir instead of rm -r
This commit is contained in:
parent
232ec54ca0
commit
1288fb3042
1 changed files with 1 additions and 1 deletions
|
|
@ -60,5 +60,5 @@ then
|
|||
_update_zsh_update
|
||||
fi
|
||||
|
||||
rm -r $ZSH/log/update.lock
|
||||
rmdir $ZSH/log/update.lock
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue