Commit 4fa6be02 authored by Fabian Wolff's avatar Fabian Wolff Committed by Marc Cornellà
Browse files

Use rmdir instead of rm -r

parent 40bfe5a4
......@@ -60,5 +60,5 @@ then
_update_zsh_update
fi
rm -r $ZSH/log/update.lock
rmdir $ZSH/log/update.lock
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment