You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2020/04/02 16:35:58 UTC

[mynewt-newt] 03/03: Removed unnecessary newt build

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit 316ca1d40001450ed56cc1f1321a2cef54c0e6f1
Author: Stefan Diewald <dw...@users.noreply.github.com>
AuthorDate: Thu Apr 2 18:26:41 2020 +0200

    Removed unnecessary newt build
    
    Removed unnecessary newt build
    
    Signed-off-by: Stefan Diewald <dw...@users.noreply.github.com>
---
 docs/command_list/newt_mfg.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/command_list/newt_mfg.rst b/docs/command_list/newt_mfg.rst
index 8df2a68..819a27e 100644
--- a/docs/command_list/newt_mfg.rst
+++ b/docs/command_list/newt_mfg.rst
@@ -105,7 +105,7 @@ Build the bootloader and app images.
 .. code-block:: console
 
     $ newt build rb_boot
-    $ newt build rb_blink && newt create-image rb_blinky 0.0.1
+    $ newt create-image rb_blinky 0.0.1
 
 Run the ``newt mfg create`` command to collect all the manufacturing snapshot files.