Split versions.json into 2 files, one in the plugins dir, one in the database dir. Closes #576

This commit is contained in:
tyagiparth
2021-07-13 17:38:16 +05:30
committed by GitHub
parent c2b1af79af
commit 3fbf2b542e
16 changed files with 394 additions and 459 deletions

View File

@@ -324,7 +324,7 @@ func runPluginUpdateCmd(cmd *cobra.Command, args []string) {
}
// load up the version file data
versionData, err := versionfile.Load()
versionData, err := versionfile.LoadPluginVersionFile()
if err != nil {
utils.ShowError(fmt.Errorf("error loading current plugin data"))
return