Skip to content

Commit 5f22ef9

Browse files
committed
fix: use RHEl Workstation role instead of RHEL Server
Signed-off-by: Denis Golovin <[email protected]>
1 parent bab032c commit 5f22ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async function createOrReuseActivationKey(connection: extensionApi.ProviderConta
139139
// TODO: add check that used role and usage exists in organization
140140
await client.activationKey.createActivationKeys({
141141
name: 'podman-desktop',
142-
role: 'RHEL Server',
142+
role: 'RHEl Workstation',
143143
usage: 'Development/Test',
144144
serviceLevel: 'Self-Support',
145145
});

0 commit comments

Comments
 (0)