From cd5c8352d075390128a53b97f4cb5a99a1dd6b8a Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Fri, 27 Aug 2021 01:21:30 -0400 Subject: [PATCH] doc/boot_process: build.* -> outputs.* --- doc/boot_process.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/boot_process.adoc b/doc/boot_process.adoc index df3c6adb..dd83e7a6 100644 --- a/doc/boot_process.adoc +++ b/doc/boot_process.adoc @@ -41,7 +41,7 @@ When the device is not a _"Boot as recovery"_, or still uses a recovery partition, you will need to flash a recovery image to the recovery partition. .... - $ nix-build --argstr device $DEVICE -A build.android-recovery + $ nix-build --argstr device $DEVICE -A outputs.android-recovery $ fastboot flash recovery result ....