Skip to content

Commit 08976eb

Browse files
committed
refactored top of html file
1 parent e52c392 commit 08976eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ rm -rf "${checkoutdir}"
2828
mkdir -p "${checkoutdir}"
2929

3030
{
31-
echo "<h1>Updating the Magical Pony</h1>" > "${statusfile}"
32-
echo "<h2>$(date '+%A %F %T %:::z %Z')</h2>" >> "${statusfile}"
33-
cat pony.img.html >> "${statusfile}"
31+
echo '<h1>Updating the Magical Pony</h1>'
32+
echo "<h2>$(date '+%A %F %T %:::z %Z')</h2>"
33+
cat pony.img.html
3434
} > "${statusfile}"
3535

3636
pushd "${checkoutdir}"

0 commit comments

Comments
 (0)