From 92523c496b60b9bd017fa1e7a8a9b575a064f4c6 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 15 Oct 2020 13:42:46 +0100 Subject: [PATCH] Update docs for multipass Suggestion via @paulkarayan in #116 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/MULTIPASS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MULTIPASS.md b/docs/MULTIPASS.md index 8e13c0f..d8937ef 100644 --- a/docs/MULTIPASS.md +++ b/docs/MULTIPASS.md @@ -83,7 +83,7 @@ Log out once you know it works. * Let's capture the authentication password into a file for use with `faas-cli` ``` -ssh ubuntu@192.168.64.14 "sudo cat /var/lib/faasd/secrets/basic-auth-password" > basic-auth-password +ssh ubuntu@$IP "sudo cat /var/lib/faasd/secrets/basic-auth-password" > basic-auth-password ``` ## Try faasd (OpenFaaS)