missing wait

This commit is contained in:
Niko Abeler 2022-09-10 14:17:00 +02:00
parent fe66d5842e
commit 41c2286311
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ var webmentionCmd = &cobra.Command{
}
}(webmention)
}
wg.Wait()
return nil
}