Skip to content

Commit

Permalink
Merge pull request #1144 from albinvass/devenv-state-var
Browse files Browse the repository at this point in the history
docs: $DEVENV_DOTFILE -> $DEVENV_STATE
  • Loading branch information
domenkozar committed Apr 17, 2024
2 parents 5b933eb + 768229e commit b8934dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ devenv up
Starting processes ...
```

Service states are persisted to directories in `$DEVENV_DOTFILE/state`. When you adjust options like the above used `initialScript`, you will have to delete the service's directory for changes to take effect on next `devenv up`.
Service states are persisted to directories in `$DEVENV_STATE`. When you adjust options like the above used `initialScript`, you will have to delete the service's directory for changes to take effect on next `devenv up`.

## Services in the background

Expand Down

0 comments on commit b8934dd

Please sign in to comment.