Skip to content

Commit ced203b

Browse files
committed
fix: loc perms
1 parent ea504ec commit ced203b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ nativeBuild(){
4545

4646
flutterBuild(){
4747
echo "Flutter Build"
48-
bash flutter.sh
48+
ls
49+
bash /flutter.sh
4950
}
5051

5152
errorHandler(){

0 commit comments

Comments
 (0)