Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #50 from pberkel/fix-storage-export
Browse files Browse the repository at this point in the history
Caddy storage export command always results in an empty tar
  • Loading branch information
gamalan committed Oct 24, 2023
2 parents 1d90bd3 + b7fb35e commit 2691e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storageredis.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func (rd RedisStorage) Stat(_ context.Context, key string) (certmagic.KeyInfo, e
Key: key,
Modified: data.Modified,
Size: int64(len(data.Value)),
IsTerminal: false,
IsTerminal: true,
}, nil
}

Expand Down

0 comments on commit 2691e9e

Please sign in to comment.