Skip to content

Commit 3b8925f

Browse files
fix typo
1 parent 3173607 commit 3b8925f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/contexts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type (
2525
ApiHost string `json:"apiHost"`
2626
ApiPathPrefix string `json:"apiPathPrefix"`
2727
SshPrivateKey string `json:"sshPrivateKey"`
28-
AppId string `json:"sshPrivateKey"`
28+
AppId string `json:"appId"`
2929
InstallationId string `json:"installationId"`
3030
PrivateKey string `json:"privateKey"`
3131
} `json:"auth"`

0 commit comments

Comments
 (0)