chore: tidy up rebasing

This commit is contained in:
David Allen 2025-07-10 21:51:50 -06:00
parent 8407876c9e
commit 1ee16153a0
Signed by: towk
GPG key ID: 0430CDBE22619155
3 changed files with 1 additions and 219 deletions

View file

@ -187,7 +187,7 @@ var ScanCmd = &cobra.Command{
if err != nil {
log.Printf("failed to make cache directory: %v", err)
}
err = sqlite.InsertScannedAssets(cachePath, foundAssets...)
err = sqlite.InsertRemoteAssets(cachePath, foundAssets...)
if err != nil {
log.Error().Err(err).Msg("failed to write scanned assets to cache")
} else if verbose {