Skip to content

Commit 5b51a96

Browse files
committed
lockfile.Save in pluginManager.create, but not UpdateAndSaveLocalLock
1 parent 6788172 commit 5b51a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (m *Manager) create(pkg Includable, locked *lock.Package) error {
124124
locked.PluginVersion = cfg.Version
125125
}
126126

127-
return nil
127+
return m.lockfile.Save()
128128
}
129129

130130
func (m *Manager) createFile(

0 commit comments

Comments
 (0)