Skip to content

Commit

Permalink
it's _platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 14, 2024
1 parent b4e8b36 commit 3634fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/build_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def dump_lockfile(info, env="base"):
f"# installer-name: {info['name']}"
f"# installer-version: {info['version']}"
f"# env-name: {env}"
f"# platform: {info['platform']}",
f"# platform: {info['_platform']}",
f"# created-by: constructor {__version__}",
"@EXPLICIT"
]
Expand Down

0 comments on commit 3634fea

Please sign in to comment.