Skip to content

Commit

Permalink
g.download.location: Fix typo in g.download.project call (OSGeo#4205)
Browse files Browse the repository at this point in the history
The underlying tool name was misspelled.
  • Loading branch information
wenzeslaus authored Aug 21, 2024
1 parent 037a5ed commit 17bf103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/g.download.location/g.download.location.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

def main(options, unused_flags):
"""Download and copy project to destination"""
gs.run_command("g.dowload.project", **options)
gs.run_command("g.download.project", **options)


if __name__ == "__main__":
Expand Down

0 comments on commit 17bf103

Please sign in to comment.