Skip to content

Commit 330d681

Browse files
committed
remove --header-command argument
1 parent cb0d6b3 commit 330d681

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/kotlin/com/coder/gateway/sdk/CoderCLIManager.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ class CoderCLIManager @JvmOverloads constructor(
184184
"--token",
185185
token,
186186
"--global-config",
187-
coderConfigPath.toString(),
188-
"--header-command",
189-
settings.headerCommand
187+
coderConfigPath.toString()
190188
)
191189
}
192190

0 commit comments

Comments
 (0)