Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Mar 17, 2023
1 parent c89a220 commit f9cf174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crc-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function setUpCrc(logger: extensionApi.Logger, askForPreset = false
if (!preset) {
extensionApi.window.showNotification({
title: productName,
body: 'Default preset will used.',
body: 'Default preset will be used.',
});
} else {
await execPromise(getCrcCli(), ['config', 'set', 'preset', preset.data]);
Expand Down

0 comments on commit f9cf174

Please sign in to comment.