Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Trofimenko committed Jun 9, 2024
1 parent 23a6dd0 commit d6faa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pkg/reg/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ import (
_ "github.com/goharbor/harbor/src/pkg/reg/adapter/tencentcr"
// register the VolcEngine CR Registry adapter
_ "github.com/goharbor/harbor/src/pkg/reg/adapter/volcenginecr"
// register the SFTP adapter
_ "github.com/goharbor/harbor/src/pkg/reg/adapter/sftp"
// register the storage adapter
_ "github.com/goharbor/harbor/src/pkg/reg/adapter/storage"
)

var (
Expand Down

0 comments on commit d6faa78

Please sign in to comment.