This commit is contained in:
Ruben Fiszel
2025-10-27 15:01:32 +00:00
parent 804640b253
commit 6db70cccdb
+1 -1
View File
@@ -938,7 +938,7 @@ async function generateMetadata(
scriptPath: string | undefined
) {
log.info(
"This command only works for workspace scripts, for flows inline scripts use `wmill flow generate - locks`"
"This command only works for workspace scripts, for flows inline scripts use `wmill flow generate-locks`"
);
if (scriptPath == "") {
scriptPath = undefined;