This commit is contained in:
Ben Sarmiento
2023-12-02 20:37:40 +01:00
parent e4bdecd979
commit 3df201cc20
4 changed files with 42 additions and 13 deletions

View File

@@ -46,5 +46,6 @@ func OnLibraryUpdateHook(paths []string, config config.ConfigInterface, log *zap
log.Errorf("Failed to execute hook on_library_update: %v", err)
return
}
log.Infof("Successfully executed hook on_library_update")
// No need to log the output since we're not capturing it
}