Skip to content

Commit

Permalink
sync, not help. Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Jul 3, 2024
1 parent d3fc025 commit 86594cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/for-android/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ tasks.named("preBuild") {
tasks.register("syncPortals") {
doLast {
exec {
commandLine("portals", "help")
commandLine("portals", "sync")
}
}
}
Expand Down

0 comments on commit 86594cb

Please sign in to comment.