Skip to content

Commit 8a81b15

Browse files
jhheidermxcl
authored andcommitted
fix(bk-init)
bk-init is closer to the root by one path now closes #313
1 parent e763f12 commit 8a81b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bk-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ! git status --porcelain; then
2121
exit 1
2222
fi
2323

24-
d="$(cd "$(dirname "$0")"/../.. && pwd)"
24+
d="$(cd "$(dirname "$0")"/.. && pwd)"
2525

2626
if [ -n "$1" ]; then
2727
BLEND=$1

0 commit comments

Comments
 (0)