Skip to content

Commit

Permalink
fix: fix sourcing of backends_versions.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Dec 1, 2023
1 parent 6bd4a48 commit 1d57e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -Ee
# Base Path
BASE_CN_BIN_PATH="$(dirname "$(readlink -f "${0}")")"

. "${BASE_BIN_PATH/bin/resources}/backend_versions.txt"
. "${BASE_CN_BIN_PATH%%/bin}/resources/backend_versions.txt"

# Clone Flags
CLONE_FLAGS=(--single-branch)
Expand Down

0 comments on commit 1d57e6c

Please sign in to comment.