mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-30 16:00:08 -04:00
Split versions.json into 2 files, one in the plugins dir, one in the database dir. Closes #576
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user