Skip to content

Commit

Permalink
git: Fix a typo
Browse files Browse the repository at this point in the history
(even though the slide won't probably survive next week)

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal authored and tpetazzoni committed Oct 29, 2021
1 parent 7c8cca4 commit 3d04b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/kernel-git-content/kernel-git-content.tex
Expand Up @@ -306,7 +306,7 @@
\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}
Expand Down

0 comments on commit 3d04b60

Please sign in to comment.