Skip to content

Commit 804d29b

Browse files
author
Michael Hart
committed
Correct minor error, left over from before
1 parent 0c9760b commit 804d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer_guide/release_checklist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This should be done in a clean directory.
7171
.. code-block:: bash
7272
7373
$ virtualenv build
74-
$ . env/bin/activate
74+
$ . build/bin/activate
7575
(build) $ git clone https://github.com/DMSC-Instrument-Data/lewis.git
7676
(build) $ cd lewis
7777
(build) $ python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)