From 530e23ee2ec0cb2914826c88141a8e0a9610cb8f Mon Sep 17 00:00:00 2001 From: Wouter Gordts Date: Thu, 29 Sep 2022 18:11:04 +0200 Subject: [PATCH] xonsh cleanup --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2fd480f..4657d92 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,7 +15,7 @@ GITEA_HTTPS="https://gitea.86thumbs.net" GITEA_SSH="ssh://gitea@86thumbs.net:3022" GITEA_CLONE=$GITEA_HTTPS -XONSH_VENV="~/.virtualenvs/base" +XONSH_VENV=~/.virtualenvs/base LOG=/dev/null if [[ -z $(groups | grep sudo) ]]; then