Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jan 29, 2024
1 parent b8ca5a0 commit aba0202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/check_image_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ imageage="$(($currenttime - $imagetime))"
echo Latest image is "$imageage" seconds old
if [ $imageage -le 86400 ]
then
echo "Image is younger than a day"
echo "Image is younger than a day"
exit 0
else
echo "Image is older than a day"
echo "Image is older than a day"
exit 1
fi

0 comments on commit aba0202

Please sign in to comment.