Skip to content

Commit d2cb2c5

Browse files
committed
fix
1 parent 7d4e278 commit d2cb2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"shell": {
1414
"init_hook": [
1515
"echo 'Welcome to analytics-react-native devbox!' > /dev/null",
16-
". ./$DEVBOX_PROJECT_ROOT/scripts/android-env.sh",
16+
". $DEVBOX_PROJECT_ROOT/scripts/android-env.sh",
1717
"echo 'Android SDK env configured (details: wiki/devbox.md#devbox-android).'",
1818
],
1919
"scripts": {

0 commit comments

Comments
 (0)