Skip to content

Commit 9f5e42f

Browse files
authored
Apply suggestion from @fsimonis
1 parent d42cb06 commit 9f5e42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [[ ! -f "../pyproject.toml" ]]; then
4-
echo "WTF"
4+
echo "Please run from the docs diectory."
55
exit 1
66
fi
77

0 commit comments

Comments
 (0)