facult 2.17.12 → 2.17.13
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/package.json +1 -1
- package/src/remote.ts +1 -2
package/package.json
CHANGED
package/src/remote.ts
CHANGED
|
@@ -3603,13 +3603,12 @@ export async function templatesCommand(
|
|
|
3603
3603
|
cwd: ctx.cwd,
|
|
3604
3604
|
rootDir:
|
|
3605
3605
|
parsedArgs.rootArg ??
|
|
3606
|
-
ctx.rootDir ??
|
|
3607
3606
|
(parsedArgs.projectRootArg
|
|
3608
3607
|
? projectAiRootFromProjectArg(
|
|
3609
3608
|
parsedArgs.projectRootArg,
|
|
3610
3609
|
ctx.homeDir
|
|
3611
3610
|
)
|
|
3612
|
-
:
|
|
3611
|
+
: ctx.rootDir),
|
|
3613
3612
|
homeDir: ctx.homeDir,
|
|
3614
3613
|
dryRun,
|
|
3615
3614
|
force,
|