Skip to content

Commit

Permalink
mirror: Advertise destination repository in logs
Browse files Browse the repository at this point in the history
This is consistent with the way we advertise the source repository as
well.

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
  • Loading branch information
agherzan committed Jul 25, 2022
1 parent 3571db1 commit e653925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func pushWithAuth(conf Config, logger *Logger, stagingRepo *git.Repository) erro
return fmt.Errorf("failed configuring destination remote: %w", err)
}

logger.Info("Pushing to destination...")
logger.Info("Pushing to", conf.DstRepo, "destination...")

err = dst.Push(&git.PushOptions{
RemoteName: dstRemoteName,
Expand Down

0 comments on commit e653925

Please sign in to comment.