3
0

Fix provisioning over new store

This commit is contained in:
Denis Arh
2020-09-08 10:16:45 +02:00
parent f31b9bc3a3
commit 4e2f9fdfcd
5 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ func (imp *Importer) Store(
}
if err != nil {
return
return fmt.Errorf("could not provision permissions: %w", err)
}
}