[bootlin/training-materials updates] master: git: Fix a typo (67028766)

Miquel Raynal miquel.raynal at bootlin.com
Fri May 7 12:00:50 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/67028766f81680c524fe0c9d94afef67e0f18860

>---------------------------------------------------------------

commit 67028766f81680c524fe0c9d94afef67e0f18860
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri May 7 09:54:36 2021 +0200

    git: Fix a typo
    
    (even though the slide won't probably survive next week)
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

67028766f81680c524fe0c9d94afef67e0f18860
 slides/kernel-git-content/kernel-git-content.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-git-content/kernel-git-content.tex b/slides/kernel-git-content/kernel-git-content.tex
index 5a202358..0634a86b 100644
--- a/slides/kernel-git-content/kernel-git-content.tex
+++ b/slides/kernel-git-content/kernel-git-content.tex
@@ -306,7 +306,7 @@ Signed-off-by: David S. Miller <davem at davemloft.net>
   \item Push your changes using
     \begin{itemize}
     \item
-      \code{git push ssh://yourhost.com/path/toproject.git srcbranch:destbranch}
+      \code{git push ssh://yourhost.com/path/to/project.git srcbranch:destbranch}
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list