Skip to content

Commit f7b225a

Browse files
Update scripts/prepare-doc.sh
Co-authored-by: Ben Boeckel <mathstuf@users.noreply.github.com>
1 parent 37bea80 commit f7b225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ls -d */ | cut -d "/" -f 1 > versions
6363
if [ "$PARAVIEW_DOC_UPLOAD" = "true" ]; then
6464
cd "${WORK_DIR}/paraview-docs/"
6565
git add "$VERSION"
66-
# we simply ammend the last commit and force-push
66+
# we simply amend the last commit and force-push
6767
git commit -a --amend -m "Update documentation for version $VERSION"
6868
git push origin gh-pages -f
6969
fi

0 commit comments

Comments
 (0)