Change log message

This commit is contained in:
Shivam Mathur 2019-11-25 21:55:52 +05:30
parent 6fdecd40be
commit 5b09e1195e
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -91,7 +91,7 @@ Function Add-Extension {
}
else {
Install-PhpExtension -Extension $extension -MinimumStability $mininum_stability -Path $php_dir
Add-Log $tick $extension "Downloaded and enabled"
Add-Log $tick $extension "Installed and enabled"
}
}
catch {