优化文字提示

This commit is contained in:
GoEdgeLab
2023-07-19 15:14:33 +08:00
parent 0935ef34fa
commit 30be208bab

View File

@@ -444,7 +444,7 @@ func (this *MySQLInstaller) Download() (path string, err error) {
var downloadURL = "https://cdn.mysql.com/Downloads/MySQL-8.1/mysql-" + latestVersion + "-linux-glibc2.17-x86_64-minimal.tar.xz"
{
this.log("downloading url '" + downloadURL + "' ...")
this.log("downloading from url '" + downloadURL + "' ...")
req, err := http.NewRequest(http.MethodGet, downloadURL, nil)
if err != nil {
return "", err