Fix spacing in comment.

This commit is contained in:
2025-12-08 15:44:35 -07:00
parent e79ab36292
commit 0ba992352a

View File

@@ -9,7 +9,7 @@ cd $DIR/..
photos_all=./files/photos/all.html
photos=./pages/photos.sh
# If the all script does not exist,call the generator and ignore its output.
# If the all script does not exist, call the generator and ignore its output.
if [[ ! -e $photos_all ]]; then
$photos > /dev/null
fi