Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jun 15, 2022
1 parent 222c342 commit a5dc244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/rewriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func getRewriterForDebian() *URLRewriter {
u.pattern = pattern

if debianMirror != nil {
log.Printf("using specify ubuntu mirror %s", debianMirror)
log.Printf("using specify debian mirror %s", debianMirror)
u.mirror = debianMirror
return u
}
Expand Down

0 comments on commit a5dc244

Please sign in to comment.