diff options
Diffstat (limited to 'cli/js/ops/tls.ts')
-rw-r--r-- | cli/js/ops/tls.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ops/tls.ts b/cli/js/ops/tls.ts index 3a9d70385..3e49c1c93 100644 --- a/cli/js/ops/tls.ts +++ b/cli/js/ops/tls.ts @@ -6,7 +6,7 @@ export interface ConnectTLSRequest { transport: Transport; hostname: string; port: number; - cert_file?: string; + certFile?: string; } interface ConnectTLSResponse { |