Skip to content

Commit a271984

Browse files
authored
🐛 set default http sync registry (#4120)
Signed-off-by: cuisongliu <[email protected]> # Conflicts: # pkg/filesystem/registry/sync.go
1 parent b5efb59 commit a271984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/filesystem/registry/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func syncViaSSH(s *impl, targets []string) func(context.Context, string) error {
150150
for i := range targets {
151151
target := targets[i]
152152
eg.Go(func() error {
153-
return ssh.CopyDir(s.ssh, target, localDir, s.pathResolver.RootFSPath(), nil)
153+
return ssh.CopyDir(s.ssh, target, localDir, s.pathResolver.RootFSRegistryPath(), nil)
154154
})
155155
}
156156
return eg.Wait()

0 commit comments

Comments
 (0)