update steps to make changes to config.json (#5292)

This commit is contained in:
poornas
2017-12-17 21:00:12 -08:00
committed by Dee Koder
parent 819d1e80c6
commit a182fe8c15
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1616,7 +1616,7 @@ func migrateV20ToV21() error {
srvConfig := &serverConfigV21{
Notify: &notifier{},
}
srvConfig.Version = serverConfigVersion
srvConfig.Version = "21"
srvConfig.Credential = cv20.Credential
srvConfig.Region = cv20.Region
if srvConfig.Region == "" {