Fix typo (thanks bash)

Follows 8f2fadb3c4.
This commit is contained in:
decentral1se 2021-04-07 21:06:26 +02:00
parent 35f553ae5a
commit 4747d9b7fb
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
ABRA_VERSION="0.7.1"
GIT_URL="https://git.autonomic.zone/coop-cloud/abra"
ABRA_SRC="$GIT_URL/raw/tag/$ABRA_VERSION/abra"
ABRA_DIR="${ABRA_DIR:+$HOME/.abra/}"
ABRA_DIR="${ABRA_DIR:-$HOME/.abra/}"
function install_abra_release {
mkdir -p "$HOME/.local/bin"