Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
minor changes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MindHunter86 committed Dec 12, 2021
1 parent cb8a8fd commit 1e795da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloner/cloner.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func (m *Cloner) getMissingAssets(srcACollection, dstACollection []*NexusAsset)
}

gLog.Info().Msgf("There are %d missing assets in destination repository. Filelist u can see in debug logs.", len(missingAssets))
gLog.Info().Msgf("%d assets was skipped because of regexp match.", skippedAssets)
return
}

Expand Down

0 comments on commit 1e795da

Please sign in to comment.