Skip to content

Commit fcf1e61

Browse files
committed
Fix paths in documentation script
1 parent b2a0cdc commit fcf1e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-documentation.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd "$HERE"/../hypothesis-python
1313

1414
if [ -e RELEASE.rst ] ; then
1515
trap "git checkout docs/changes.rst src/hypothesis/version.py" EXIT
16-
$PYTHON scripts/update-changelog-for-docs.py
16+
$PYTHON ../scripts/update-changelog-for-docs.py
1717
fi
1818

1919
export PYTHONPATH=src

0 commit comments

Comments
 (0)