@seed-hypermedia/cli 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -165690,7 +165690,7 @@ function registerDocumentCommands(program2) {
|
|
|
165690
165690
|
printSuccess2(`Document published: ${webUrl}`);
|
|
165691
165691
|
}
|
|
165692
165692
|
try {
|
|
165693
|
-
const childHmUrl = `hm://${account}${path}
|
|
165693
|
+
const childHmUrl = `hm://${account}${path}`;
|
|
165694
165694
|
const linked = await autoLinkChildToParent2({ client, account, path, childHmUrl, signer });
|
|
165695
165695
|
if (linked && !globalOpts.quiet) {
|
|
165696
165696
|
printInfo("Parent document updated with link");
|