Skip to content

Commit 64cace8

Browse files
luciddreamzbenoitf
authored andcommitted
Fixes configuration logging
Signed-off-by: Jacob Lucky <[email protected]>
1 parent ae07904 commit 64cace8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const CLIENT_ID = process.env.CLIENT_ID ? process.env.CLIENT_ID : 'podman-deskto
4040

4141
console.log('REDHAT_AUTH_URL: ' + REDHAT_AUTH_URL);
4242
console.log('KAS_API_URL: ' + KAS_API_URL);
43-
console.log('CLIENT_ID: ' + KAS_API_URL);
43+
console.log('CLIENT_ID: ' + CLIENT_ID);
4444

4545
export function getAuthConfig(): AuthConfig {
4646
return {

0 commit comments

Comments
 (0)