Skip to content

Commit adee26e

Browse files
committed
Add missing space
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 89efd19 commit adee26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2021-01-26-integrate-with-github-apps-and-faasd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Finally, we registered our application.
128128

129129
[Multipass](https://multipass.run) is a tool that not enough developers are using. It's 2020's answer to VirtualBox and Docker Desktop in one. You just run a few commands and get a Linux host with Ubuntu pre-installed. The best part is that it supports cloud-init scripts too.
130130

131-
In order to get up and running with your own faasd installation on your Mac you can use multipass.For more details you can follow the [link](https://github.com/openfaas/faasd/blob/master/docs/MULTIPASS.md).
131+
In order to get up and running with your own faasd installation on your Mac you can use multipass. For more details you can follow the [link](https://github.com/openfaas/faasd/blob/master/docs/MULTIPASS.md).
132132

133133
Let's start our Ubuntu VM with multipass. First, we need a cloud-config.txt to set up faasd while bootstrapping VM.
134134

@@ -139,7 +139,7 @@ $ curl -sSLO \
139139

140140
Then, we need to update the SSH key to match your own, edit cloud-config.txt:
141141

142-
```
142+
```bash
143143
$ ssh-keygen -t rsa -b 4096 -C "[email protected]" -f $PWD/id_rsa
144144
```
145145

0 commit comments

Comments
 (0)