We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05fc25 commit c93d43eCopy full SHA for c93d43e
internal/plugin/update.go
@@ -1,6 +1,5 @@
1
package plugin
2
3
func Update() error {
4
- gitCache.Clear()
5
- return nil
+ return gitCache.Clear()
6
}
0 commit comments