diff options
Diffstat (limited to 'doMakeDists.go')
| -rw-r--r-- | doMakeDists.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doMakeDists.go b/doMakeDists.go index fa61227..822b38c 100644 --- a/doMakeDists.go +++ b/doMakeDists.go @@ -8,7 +8,7 @@ import ( // makes the dists/ for 'apt update' func doMakeDists(mirrorshome string) (string, error) { if me.pb.BaseDir != mirrorshome { - log.Info("Changing mirrors base directory", me.pb.BaseDir, mirrorshome) + log.Info("Changed mirrors base directory", me.pb.BaseDir, mirrorshome) me.pb.BaseDir = mirrorshome } |
