Skip to content

Commit d732fb4

Browse files
committed
Fix typo in push_docs error message
1 parent fe65d26 commit d732fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/push_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ ! -r 'doc/_config.yml' ]; then
4545
fi
4646

4747
if [ ! -r 'doc/js/libjsonnet.wasm' ]; then
48-
echo 'Cannot push as docs/js/libjsonnet.wasm has not been built.' >&1
48+
echo 'Cannot push as doc/js/libjsonnet.wasm has not been built.' >&1
4949
exit 1
5050
fi
5151

0 commit comments

Comments
 (0)