Skip to content

Commit 5210d72

Browse files
committed
chore: update description to match other deprecated properties
1 parent d6cf721 commit 5210d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/generated/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ export interface GitProxyConfig {
6363
*/
6464
privateOrganizations?: any[];
6565
/**
66-
* Used in early versions of git proxy to configure the remote host that traffic is proxied
67-
* to. In later versions, the repository URL is used to determine the domain proxied,
68-
* allowing multiple hosts to be proxied by one instance.
66+
* Deprecated: Used in early versions of git proxy to configure the remote host that traffic
67+
* is proxied to. In later versions, the repository URL is used to determine the domain
68+
* proxied, allowing multiple hosts to be proxied by one instance.
6969
*/
7070
proxyUrl?: string;
7171
/**

0 commit comments

Comments
 (0)