Skip to content

Commit 7d77061

Browse files
authored
fix: typo in command (#492)
1 parent 1832a83 commit 7d77061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/ddev-on-linux-in-10-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here's what happens in this screencast. You can do it yourself in just a few min
4343

4444
- Do the post-install one-time action:
4545
```bash
46-
sudo usermod -aG docker $USER`
46+
sudo usermod -aG docker $USER
4747
```
4848
- We could log out and log back in, but instead for now:
4949
```bash

0 commit comments

Comments
 (0)