From ad6429b03bbc6e559b05aea3d1188ede8629e118 Mon Sep 17 00:00:00 2001 From: VeyronSakai Date: Sun, 16 Apr 2023 17:21:56 +0900 Subject: [PATCH] fix sync_code_signing.md --- fastlane/lib/fastlane/actions/docs/sync_code_signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/lib/fastlane/actions/docs/sync_code_signing.md b/fastlane/lib/fastlane/actions/docs/sync_code_signing.md index b090c5d48aa..1478d3ff9d3 100644 --- a/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +++ b/fastlane/lib/fastlane/actions/docs/sync_code_signing.md @@ -400,7 +400,7 @@ By using the `force_for_new_devices` parameter, _match_ will check if the (enabl _**Important:** The `force_for_new_devices` parameter is ignored for App Store provisioning profiles since they don't contain any device information._ -If you're not using _fastlane_, you can also use the `force_for_new_devices` option from the command line: +If you're not using `Fastfile`, you can also use the `force_for_new_devices` option from the command line: ```no-highlight fastlane match adhoc --force_for_new_devices