mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 22:55:32 +00:00
pve-docs-mediawiki-import.in: correctly pass category parameter
This commit is contained in:
parent
4068809967
commit
c5bf6350d8
@ -80,7 +80,7 @@ foreach my $source (sort keys %{$fileinfo->{toplevel}->{wiki}}) {
|
||||
my $path = "/usr/share/pve-docs/$filename";
|
||||
die "no such file '$path'" if ! -f $path;
|
||||
|
||||
update_page($title, $filename, category => $cat_refdoc);
|
||||
update_page($title, $filename, $cat_refdoc);
|
||||
}
|
||||
|
||||
# also update 'Get support' page, because this is used since a long
|
||||
|
Loading…
Reference in New Issue
Block a user