docs/howto-develop: fix stateVersion assertion example
This commit is contained in:
parent
145afc5393
commit
c9f61e02ae
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ section on the migration page in the documentation.
|
|||
{
|
||||
assertions = [
|
||||
{
|
||||
assertion = config.mailserver.stateVersion < 1;
|
||||
assertion = config.mailserver.stateVersion >= 1;
|
||||
message = ''
|
||||
Problem: The home directory for the foobar service is snafu.
|
||||
Remediation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue