Skip to content

Commit

Permalink
fix: add / to end of source to ensure only loops source folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Feb 23, 2023
1 parent 17b7a95 commit 1379fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-argo-cli-commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def _validate_scale(scale: str) -> Optional[str]:
title=row[ind_title],
)
params = {
"source": row[ind_source].rstrip("/"),
"source": row[ind_source].rstrip("/") + "/",
"target": row[ind_target],
"version-basemaps-cli": "latest",
"version-topo-imagery":"v1.1.0-3-g8fe8211",
Expand Down

0 comments on commit 1379fd8

Please sign in to comment.