Skip to content

Commit 72ff65d

Browse files
committed
fix: no framework
1 parent 8471662 commit 72ff65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/fl-install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ EOF
2828
# Setup the workbench
2929
studio load "../workbench/*"
3030

31-
# Setup the local framework development repository if it exists
32-
if [ -d "../framework" ]; then
31+
# Setup the local framework development repository if there is a composer.json file inside framework
32+
if [ -f "../framework/composer.json" ]; then
3333
# then load it
3434
studio load "../framework/framework/*"
3535
studio load "../framework/extensions/*"

0 commit comments

Comments
 (0)