Skip to content

Commit 4c719e8

Browse files
Fix typo (#12)
1 parent 3030920 commit 4c719e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
curl -LJO ${DART_SASS_URL}/${DART_SASS_VERSION}/${DART_SASS_TARBALL} && \
1313
tar -xf ${DART_SASS_TARBALL} && \
1414
rm ${DART_SASS_TARBALL} && \
15-
export PATH=/opt/build/repo/doc/dart-sass:$PATH && \
15+
export PATH=/opt/build/repo/dart-sass:$PATH && \
1616
make html \
1717
"""
1818

0 commit comments

Comments
 (0)