[bootlin/training-materials updates] master: Labs: fix quotes (bfefaf02)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Feb 2 11:30:50 CET 2021


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

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

commit bfefaf02f4b55740e1576cfb0363bbe0b509023f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Feb 2 11:30:50 2021 +0100

    Labs: fix quotes
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

bfefaf02f4b55740e1576cfb0363bbe0b509023f
 labs/boot-time-sources-download/boot-time-sources-download.tex | 2 +-
 labs/kernel-sources-download/kernel-sources-download.tex       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/boot-time-sources-download/boot-time-sources-download.tex b/labs/boot-time-sources-download/boot-time-sources-download.tex
index c552e103..6ee522c4 100644
--- a/labs/boot-time-sources-download/boot-time-sources-download.tex
+++ b/labs/boot-time-sources-download/boot-time-sources-download.tex
@@ -24,7 +24,7 @@ After installing \code{git} on a new machine, the first thing to do is
 to let \code{git} know about your name and e-mail address:
 
 \begin{verbatim}
-git config --global user.name ’My Name’
+git config --global user.name 'My Name'
 git config --global user.email me at mydomain.net
 \end{verbatim}
 
diff --git a/labs/kernel-sources-download/kernel-sources-download.tex b/labs/kernel-sources-download/kernel-sources-download.tex
index 2a42a164..80ba61ea 100644
--- a/labs/kernel-sources-download/kernel-sources-download.tex
+++ b/labs/kernel-sources-download/kernel-sources-download.tex
@@ -20,7 +20,7 @@ After installing \code{git} on a new machine, the first thing to do is
 to let \code{git} know about your name and e-mail address:
 
 \begin{verbatim}
-git config --global user.name ’My Name’
+git config --global user.name 'My Name'
 git config --global user.email me at mydomain.net
 \end{verbatim}
 




More information about the training-materials-updates mailing list