← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:fix-ssh-command-in-setup-documentation into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-ssh-command-in-setup-documentation into launchpad:master.

Commit message:
Fix SSH command in Launchpad's setup documentation

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/421632
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-ssh-command-in-setup-documentation into launchpad:master.
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index 39edf9a..73e43aa 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -123,7 +123,7 @@ installed and configured on your network.
 
 .. code-block:: sh
 
-    ssh -A $user@IP_ADDRESS_FROM_LXC_LS
+    ssh -A $USER@IP_ADDRESS_FROM_LXC_LS
 
 Getting Launchpad
 =================