From 376a629c9f99893f341e76163e9b61273dd32c28 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 17 Jun 2018 22:18:41 +0800 Subject: repo: add changes to repository avatar feature (#5221) --- cmd/backup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/backup.go') diff --git a/cmd/backup.go b/cmd/backup.go index ad635a4d..0adde979 100644 --- a/cmd/backup.go +++ b/cmd/backup.go @@ -100,7 +100,7 @@ func runBackup(c *cli.Context) error { // Data files if !c.Bool("database-only") { - for _, dir := range []string{"attachments", "avatars"} { + for _, dir := range []string{"attachments", "avatars", "repo-avatars"} { dirPath := path.Join(setting.AppDataPath, dir) if !com.IsDir(dirPath) { continue -- cgit v1.2.3