diff --git a/downloader.go b/downloader.go index 68de097..617ff21 100644 --- a/downloader.go +++ b/downloader.go @@ -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 {