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:
parent
aaffcc2f4d
commit
c0f9bd67a3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user