aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md
index 039dd8c..198c949 100644
--- a/python/README.md
+++ b/python/README.md
@@ -59,7 +59,7 @@ tarball can be done like:
export PIPENV_VENV_IN_PROJECT=1
pipenv install --deploy
- tar -czf venv-current.tar.gz -C .venv ."""
+ tar -czf venv-current.tar.gz -C .venv .
### Extraction Task