We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f583821 commit bb79822Copy full SHA for bb79822
src/extension.ts
@@ -138,7 +138,7 @@ async function createOrReuseActivationKey(connection: extensionApi.ProviderConta
138
// error is undefined when activation key already exists
139
const { error: createKeyErr } = await client.activationKey.createActivationKeys({
140
name: 'podman-desktop',
141
- role: 'RHEl Workstation',
+ role: 'Red Hat Enterprise Linux Workstation',
142
usage: 'Development/Test',
143
serviceLevel: 'Self-Support',
144
});
0 commit comments