diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 13:53:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 16:22:20 -0500 |
| commit | 4166d4404f827e695526f3768fff65537a40735b (patch) | |
| tree | 3bb9e7c503a5c2943c95b5e937a4cfc060c66032 /doMakeDists.go | |
| parent | a71d41b045612131597931baffe2097db2b659d3 (diff) | |
closer to working
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 } |
