Skip to content

Commit c93d43e

Browse files
authored
Update update.go
Signed-off-by: Brandon Marlowe <[email protected]>
1 parent b05fc25 commit c93d43e

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)