mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-11 15:50:11 +00:00
change "is" to "does"
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user