Skip to content

Commit

Permalink
Change commands version in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Clue committed Mar 11, 2024
1 parent 0ca7369 commit 7e74af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/import-tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const updateJsons = async () => {
JSON.stringify(flattenObject(commandsV2Parsed), null, 4)
);
} catch (error) {
console.error('commands.json for v2 test format may not exist');
console.error('commandsV1.json for v2 test format may not exist');
}

// Path info for support.json
Expand Down

0 comments on commit 7e74af0

Please sign in to comment.