test: fix pwd usage, PWD doesn't exist

This commit is contained in:
decentral1se 2022-01-24 17:16:37 +01:00
parent 40b4ef5ab2
commit dc5e2a5b24
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
function init() {
ABRA="$(PWD)/../../abra"
ABRA="$(pwd)/../../abra"
INSTALLER_URL="https://git.coopcloud.tech/coop-cloud/abra/raw/branch/main/scripts/installer/installer"
export PATH=$PATH:$HOME/.local/bin