Fix reva public link service command + changelog

Add missing changelog for the eos config change.
Fixed the reva public link service command to register properly.
This commit is contained in:
Vincent Petry
2020-06-26 16:56:46 +02:00
parent 90f30f88d8
commit b4cb488597
2 changed files with 9 additions and 1 deletions

View File

@@ -38,5 +38,5 @@ func configureRevaStoragePublicLink(cfg *config.Config) *svcconfig.Config {
}
func init() {
register.AddCommand(RevaStorageOCCommand)
register.AddCommand(RevaStoragePublicLinkCommand)
}