This commit is contained in:
Sam W 2023-05-04 23:52:55 +01:00
parent ee7c6c540e
commit 6523a30bf5
2 changed files with 1 additions and 2 deletions

View File

@ -22,4 +22,3 @@ type DebFile interface {
GetReader() (ReaderAtCloser, error)
GetName() string
}

View File

@ -55,7 +55,7 @@ func main() {
log.WithFields(log.Fields{
"version": debanator.Version,
"commit": debanator.Commit,
"commit": debanator.Commit,
}).Info("Starting debanator...")
var ecKey *crypto.Key
kb, err := os.ReadFile("privkey.gpg")