Skip to content

Commit

Permalink
Merge pull request #19 from keymanapp/fix/bootstrap-path-handling
Browse files Browse the repository at this point in the history
fix: bootstrap path-handling
  • Loading branch information
mcdurdin authored Jun 12, 2024
2 parents e037a80 + 3757e10 commit 628dc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ -z ${BOOTSTRAP_ROOT+x} ]]; then
fi

if [[ -z ${BOOTSTRAP_CURRENT_VERSION_FILE+x} ]]; then
readonly BOOTSTRAP_CURRENT_VERSION_FILE="$(dirname $BOOTSTRAP)/.bootstrap-version"
readonly BOOTSTRAP_CURRENT_VERSION_FILE="$(dirname "$BOOTSTRAP")/.bootstrap-version"
fi

#
Expand Down

0 comments on commit 628dc9e

Please sign in to comment.