Skip to content

Commit bb79822

Browse files
committed
fix: use new role to create new subscription activation key
Signed-off-by: Denis Golovin <[email protected]>
1 parent f583821 commit bb79822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function createOrReuseActivationKey(connection: extensionApi.ProviderConta
138138
// error is undefined when activation key already exists
139139
const { error: createKeyErr } = await client.activationKey.createActivationKeys({
140140
name: 'podman-desktop',
141-
role: 'RHEl Workstation',
141+
role: 'Red Hat Enterprise Linux Workstation',
142142
usage: 'Development/Test',
143143
serviceLevel: 'Self-Support',
144144
});

0 commit comments

Comments
 (0)