fix typo
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6ae4359973
commit
98cfaf4408
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ sub prepare_observed_file_basedirs {
|
|||
next if $f !~ m!^(.*)/[^/]+$!;
|
||||
my $dir = "$basedir/$1";
|
||||
next if -e $dir; # can also be a link, so just use -e xist check
|
||||
print "creating directory '$dir' for observerd files\n";
|
||||
print "creating directory '$dir' for observed files\n";
|
||||
make_path($dir);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue