Skip to content

Commit 914ca5a

Browse files
committed
Remove stray -i
1 parent 304532b commit 914ca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ def setup(self, **kwargs):
12801280
"[ -e Platforms/Android ] "
12811281
"|| mkdir -p Platforms "
12821282
"&& ln -s ../Android Platforms/Android "
1283-
"&& ln -si ../Android/android.py Platforms/Android/__main__.py"
1283+
"&& ln -s ../Android/android.py Platforms/Android/__main__.py"
12841284
),
12851285
),
12861286
SetPropertyFromCommand(

0 commit comments

Comments
 (0)