improve log

This commit is contained in:
André Roth
2024-11-01 20:01:45 +01:00
parent f79423a4ee
commit 0ceff44421
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ func aptlyPublishSourceReplace(cmd *commander.Command, args []string) error {
revision := published.ObtainRevision()
sources := revision.Sources
context.Progress().Printf("Clearing staged source list...\n")
context.Progress().Printf("Replacing source list...\n")
clear(sources)
for i, component := range components {