typo
Some checks failed
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 2m0s

This commit is contained in:
William Gill
2025-10-06 00:57:10 +00:00
parent 605698cff7
commit 33438c5169

View File

@@ -36,7 +36,7 @@ func CaptureImage() bool {
if resp.Body != nil {
timestamp := time.Now()
filename := timestamp.Format("/axis-2006-01-02_15-04-05.jpg")
filename := timestamp.Format("/axis-2006-01-02_15-04-05.png")
img, _, err := image.Decode(resp.Body)
if err != nil {