Skip to content

Commit

Permalink
fix(README): fix indentation in sample config
Browse files Browse the repository at this point in the history
The provided .lando.mutagen.yml contains incorrect syntax/indentation. This causes errors, that prevents the Lando project from starting.
  • Loading branch information
timvango authored Feb 22, 2022
1 parent 55496e5 commit 5bc793c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Lando will now load the plugin automatically on any `lando` CLI command. You can
defaults:
flushOnCreate: true
ignore:
vcs: false
vcs: false
permissions:
defaultFileMode: 644
defaultDirectoryMode: 755
defaultFileMode: 644
defaultDirectoryMode: 755
```
4. Run `lando start`. This might take some time due to the file syncs.
5. Profit! File changes in the `excludes` directories will now be synced back to the host and you can enjoy close-to linux-native Docker filesystem performance.
Expand Down

0 comments on commit 5bc793c

Please sign in to comment.