Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin authored Nov 22, 2024
1 parent 6f56097 commit 95d432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async function createOrReuseRegistryServiceAccount(): Promise<void> {
);
} catch (err) {
// ignore error when there is no podman-desktop service account yet
console.info('Red Hat registry service account does not exist.')
console.info('Red Hat registry service account does not exist.');
}

selectedServiceAccount = await saApiV1.createServiceAccountUsingPost1({
Expand Down

0 comments on commit 95d432e

Please sign in to comment.