Skip to content

Commit

Permalink
fix(bk-init)
Browse files Browse the repository at this point in the history
bk-init is closer to the root by one path now

closes #313
  • Loading branch information
jhheider authored and mxcl committed Feb 21, 2024
1 parent e763f12 commit 8a81b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bk-init
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if ! git status --porcelain; then
exit 1
fi

d="$(cd "$(dirname "$0")"/../.. && pwd)"
d="$(cd "$(dirname "$0")"/.. && pwd)"

if [ -n "$1" ]; then
BLEND=$1
Expand Down

0 comments on commit 8a81b15

Please sign in to comment.