mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
fix(ql3): align Local API artifact CLI contract
This commit is contained in:
@@ -348,7 +348,8 @@ function auditLocalApiExecutable(artifactDirectory) {
|
|||||||
artifactDirectory,
|
artifactDirectory,
|
||||||
);
|
);
|
||||||
if (
|
if (
|
||||||
output !== 'Usage: ql3-local-api --config /absolute/private-config.json'
|
output !==
|
||||||
|
'Usage: ql3-local-api [--cutover-probe] --config /absolute/private-config.json'
|
||||||
) {
|
) {
|
||||||
fail('local API executable help output is invalid');
|
fail('local API executable help output is invalid');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user