Commit 441adb7
committed
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.1 parent e7c4589 commit 441adb7
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 84 | | |
89 | 85 | | |
90 | 86 | | |
| |||
151 | 147 | | |
152 | 148 | | |
153 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments