Skip to content

Commit

Permalink
Fix shitty typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Jan 9, 2022
1 parent eb4608b commit 5f9f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AltServerMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ int main(int argc, char *argv[]) {
}
}

bool installApp = ipaPath;
bool installApp = true;
if (optind == argc) {
printf("Not supplying ipa, running in server mode!\n");
installApp = false;
Expand Down

0 comments on commit 5f9f81a

Please sign in to comment.