diff --git a/scripts/octoeverywhere.sh b/scripts/octoeverywhere.sh index 1185603..6a2eb0f 100644 --- a/scripts/octoeverywhere.sh +++ b/scripts/octoeverywhere.sh @@ -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"