Fix typo
Some checks failed
Tests / prove (push) Has been cancelled
Package and upload artifacts / build (push) Has been cancelled

This commit is contained in:
Ilia Ross
2026-08-20 20:19:50 +02:00
parent e9f08e588a
commit fb790746cf

View File

@@ -124,7 +124,7 @@ else {
}
else {
# Groups file was entered by user
$in{'file'} || &error($text{'dir_egfile'});
$in{'gfile'} || &error($text{'dir_egfile'});
if ($in{'gfile'} !~ /^([a-z]:)?\//) {
$gfile = "$in{'dir'}/$in{'gfile'}";
}