2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

change "is" to "does"

This commit is contained in:
Casandra Qiu 2017-01-11 20:43:15 -05:00
parent aaffcc2f4d
commit c0f9bd67a3

View File

@ -226,7 +226,7 @@ sub install_license {
print "file = $license_file\n";
if (!(-e $license_file) ) {
print "license file $license_file is not exist\n";
print "license file $license_file does not exist\n";
return;
}