diff --git a/pages/photos-all.sh b/pages/photos-all.sh index 68024a8..57db98d 100755 --- a/pages/photos-all.sh +++ b/pages/photos-all.sh @@ -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