From 86594cbb35276acf5fec13c9b598d6934bd643f7 Mon Sep 17 00:00:00 2001 From: Carl Poole Date: Tue, 2 Jul 2024 21:35:17 -0500 Subject: [PATCH] sync, not help. Oops --- website/docs/for-android/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/for-android/quick-start.md b/website/docs/for-android/quick-start.md index 31c66e6..4f79e10 100644 --- a/website/docs/for-android/quick-start.md +++ b/website/docs/for-android/quick-start.md @@ -174,7 +174,7 @@ tasks.named("preBuild") { tasks.register("syncPortals") { doLast { exec { - commandLine("portals", "help") + commandLine("portals", "sync") } } }