Skip to content

Commit cd96657

Browse files
committed
fixes
1 parent 5504b22 commit cd96657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ikatagosdk/ikatago.go

+1
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ func (katagoRunner *KatagoRunner) RunWithStdio(command string) error {
326326
KataConfig: katagoRunner.kataConfig,
327327
UseRawData: katagoRunner.useRawData,
328328
ExtraInfo: katagoRunner.extraInfo,
329+
ClientID: katagoRunner.clientID,
329330
}
330331
if command == "run-katago" {
331332
sessionResult, err := remoteClient.RunKatago(options, katagoRunner.subCommands, os.Stdin, os.Stdout, os.Stderr, nil)

0 commit comments

Comments
 (0)