From 9de67d4777044b3378190d451716b3589235a3ce Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sun, 5 Mar 2023 08:40:00 +0100 Subject: [PATCH] fix(octoeverywhere): typo in condition Signed-off-by: Dominik Willner --- scripts/octoeverywhere.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"