Skip to content

Commit

Permalink
Update lock2yaml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Sep 30, 2024
1 parent 05dc5c8 commit 502ce4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/locks/lock2yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
template = environment.get_template("lock2yaml.txt")

# default to linux-64 only
env = sys.argv[1]
env = f"{sys.argv[1]}-lock"
lock = f"{env}-linux-64.txt"
name = f"geovista-{env}"
yaml = f"{env}-linux-64.yml"
Expand Down

0 comments on commit 502ce4c

Please sign in to comment.