Don't add ./ to certificate path

This commit is contained in:
Xpl0itU 2023-07-23 13:06:28 +02:00
parent 49a2c9169c
commit aaef6ce6f3

View file

@ -223,7 +223,7 @@ func DownloadTitle(titleID string, outputDirectory string, doDecryption bool, pr
return err
}
defer certFile.Close()
logger.Info("Certificate saved to ./%v \n", certPath)
logger.Info("Certificate saved to %v \n", certPath)
c, err := aes.NewCipher(commonKey)
if err != nil {