Skip to content

Commit

Permalink
Fix the tmp url
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Jan 27, 2025
1 parent f8c75ed commit 268c442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cogify/src/cogify/cli/cli.topo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const TopoStacCreationCommand = command({

// write stac items into an JSON array
if (args.forceOutput || isArgo()) {
const targetURL = isArgo() ? new URL('/tmp/topo-stac-creation/') : args.target;
const targetURL = isArgo() ? fsa.toUrl('/tmp/topo-stac-creation/') : args.target;

// for create-config: we need to tell create-config to create a bundled config for each epsg folder (latest only).
// workflow: will loop 'targets.json' and create a node for each path where each node's job is to create a bundled config.
Expand Down

0 comments on commit 268c442

Please sign in to comment.