Skip to content

Commit

Permalink
added LOCAL_WORKSPACE_FOLDER
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 29, 2024
1 parent 69ed47a commit 7efd989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli50/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def main():
# Options
workdir = "/mnt"
options = ["--detach",
"--env", f"LOCAL_WORKSPACE_FOLDER={directory}",
"--env", f"TZ={tzlocal.get_localzone_name()}",
"--env", f"WORKDIR={workdir}",
"--interactive",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"console_scripts": ["cli50=cli50.__main__:main"]
},
url="https://github.com/cs50/cli50",
version="7.5.0",
version="7.5.1",
include_package_data=True
)

0 comments on commit 7efd989

Please sign in to comment.