You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: error message when trying to migrate a migrated config.
The check was done in the wrong place, so it was not triggered
when the config was already migrated.
Another error message was reported about jsonschema validation issues.
Because a v2 config file does not validate against the v1 schema.
That was misleading.
0 commit comments