aboutsummaryrefslogtreecommitdiff
path: root/cmd/restore.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/restore.go')
-rw-r--r--cmd/restore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/restore.go b/cmd/restore.go
index 9591b044..70ce948e 100644
--- a/cmd/restore.go
+++ b/cmd/restore.go
@@ -115,7 +115,7 @@ func runRestore(c *cli.Context) error {
// Data files
if !c.Bool("database-only") {
os.MkdirAll(setting.AppDataPath, os.ModePerm)
- for _, dir := range []string{"attachments", "avatars"} {
+ for _, dir := range []string{"attachments", "avatars", "repo-avatars"} {
// Skip if backup archive does not have corresponding data
srcPath := path.Join(archivePath, "data", dir)
if !com.IsDir(srcPath) {