fix(octoeverywhere): typo in condition

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2023-03-05 08:40:00 +01:00
parent 7356d199ab
commit 9de67d4777

View File

@@ -248,7 +248,7 @@ function remove_octoeverywhere_store_dir() {
}
function remove_octoeverywhere_env() {
[[ ! -d "${HOME}octoeverywhere-env" ]] && return
[[ ! -d "${HOME}/octoeverywhere-env" ]] && return
status_msg "Removing octoeverywhere-env directory ..."
rm -rf "${HOME}/octoeverywhere-env"