fix(octoeverywhere): typo in condition
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -248,7 +248,7 @@ function remove_octoeverywhere_store_dir() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function remove_octoeverywhere_env() {
|
function remove_octoeverywhere_env() {
|
||||||
[[ ! -d "${HOME}octoeverywhere-env" ]] && return
|
[[ ! -d "${HOME}/octoeverywhere-env" ]] && return
|
||||||
|
|
||||||
status_msg "Removing octoeverywhere-env directory ..."
|
status_msg "Removing octoeverywhere-env directory ..."
|
||||||
rm -rf "${HOME}/octoeverywhere-env"
|
rm -rf "${HOME}/octoeverywhere-env"
|
||||||
|
|||||||
Reference in New Issue
Block a user