Skip to content

Commit 8333e91

Browse files
committed
fix name of dir
1 parent 7231ff3 commit 8333e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ex
66
# See the release process documentation for details.
77
cd "$(mktemp -d)"
88
git clone [email protected]:"${GITHUB_OWNER}"/vws-python.git
9-
cd vws-python-mock
9+
cd vws-python
1010
virtualenv -p python3 release
1111
source release/bin/activate
1212
pip install --editable .[dev]

0 commit comments

Comments
 (0)