forked from toolshed/abra
test: fix pwd usage, PWD doesn't exist
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user