Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvp committed Oct 21, 2024
1 parent 4ad4582 commit a72c80e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ To trust the Cloudflare root certificate in the Google Drive desktop application
4. Apply the newly created root certificate to your Google Drive application.

```sh
sudo defaults write /Library/Preferences/com.google.drivefs.settings TrustedRootsCertsFile -string "path/to/root.pem"
sudo defaults write /Library/Preferences/com.google.drivefs.settings TrustedRootCertsFile -string "path/to/roots.pem"
```

You can verify the update with the following command.
Expand Down

0 comments on commit a72c80e

Please sign in to comment.