We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e763f12 commit 8a81b15Copy full SHA for 8a81b15
1 file changed
bin/bk-init
@@ -21,7 +21,7 @@ if ! git status --porcelain; then
21
exit 1
22
fi
23
24
-d="$(cd "$(dirname "$0")"/../.. && pwd)"
+d="$(cd "$(dirname "$0")"/.. && pwd)"
25
26
if [ -n "$1" ]; then
27
BLEND=$1
0 commit comments