mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
chore: tidy up rebasing
This commit is contained in:
parent
8407876c9e
commit
1ee16153a0
3 changed files with 1 additions and 219 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue