Skip to content

Commit 671dfd3

Browse files
committed
fix command formatting
1 parent 58f5673 commit 671dfd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/desktop/cert-revoke-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ If you installed Docker Desktop using Homebrew casks, the recommended solution i
108108
To reinstall Docker Desktop, run the following commands in your terminal:
109109

110110
```console
111-
brew update
112-
brew reinstall --cask docker
111+
$ brew update
112+
$ brew reinstall --cask docker
113113
```
114114

115115
These commands will update Homebrew and completely reinstall Docker Desktop, ensuring you have the latest version with the fix applied.

0 commit comments

Comments
 (0)