Skip to content

Commit

Permalink
Remove no-grpc option missed in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
redgoat650 committed Apr 25, 2024
1 parent a570c44 commit c7e315f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/kopia/repository/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ func ConnectToAPIServer(
serverInfo := &repo.APIServerInfo{
BaseURL: serverAddress,
TrustedServerCertificateFingerprint: fingerprint,
// TODO(@pavan): Remove once GRPC support is added (kopia 0.8 release)
DisableGRPC: true,
}

opts := &repo.ConnectOptions{
Expand Down

0 comments on commit c7e315f

Please sign in to comment.