Skip to content

Commit 5f9f81a

Browse files
committed
Fix shitty typo
1 parent eb4608b commit 5f9f81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AltServerMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ int main(int argc, char *argv[]) {
158158
}
159159
}
160160

161-
bool installApp = ipaPath;
161+
bool installApp = true;
162162
if (optind == argc) {
163163
printf("Not supplying ipa, running in server mode!\n");
164164
installApp = false;

0 commit comments

Comments
 (0)