Skip to content

Commit

Permalink
fix: mirror.IncludeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
idawnlight committed Sep 20, 2023
1 parent a251267 commit 12cb6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func newMirrorProvider(mirror mirrorConfig, cfg *Config) mirrorProvider {
username: mirror.Username,
password: mirror.Password,
excludeFile: mirror.ExcludeFile,
includeFile: mirror.IncludeFile,
extraOptions: mirror.RsyncOptions,
rsyncNeverTimeout: mirror.RsyncNoTimeo,
rsyncTimeoutValue: mirror.RsyncTimeout,
Expand Down

0 comments on commit 12cb6ea

Please sign in to comment.