Skip to content

Commit ebdff46

Browse files
committed
Fix indentation; remove repetitive comments.
1 parent 837ead3 commit ebdff46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/update-book-preview

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ then
6060
echo
6161
git push "$REMOTE" HEAD:gh-pages
6262
else
63-
# No changes found, nothing to commit.
64-
echo "No documentation changes found."
63+
echo "No documentation changes found."
6564
fi
6665

6766
popd
6867

69-
# Delete the git worktree we created
7068
git worktree remove gh-pages

0 commit comments

Comments
 (0)