Skip to content

Commit

Permalink
improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Nov 1, 2024
1 parent f79423a commit 0ceff44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/publish_source_replace.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion system/t06_publish/PublishSourceReplace1Test_gold
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Clearing staged source list...
Replacing source list...
Adding component 'main-new' with source 'snap2' [snapshot]...
Adding component 'test-new' with source 'snap3' [snapshot]...

Expand Down

0 comments on commit 0ceff44

Please sign in to comment.