Skip to content

Commit 8b613b4

Browse files
committed
Merge branch 'feature/json-plugin-schema' of github.com:bee-mar/devbox into feature/json-plugin-schema
2 parents fce2ea9 + c93d43e commit 8b613b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/plugin/update.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package plugin
22

33
func Update() error {
4-
gitCache.Clear()
5-
return nil
4+
return gitCache.Clear()
65
}

0 commit comments

Comments
 (0)