Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Jun 19, 2024
1 parent 758b985 commit fcb084e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crc-start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ async function askAndStorePullSecret(logger: extensionApi.Logger): Promise<boole
const accessTokenCfg = await client.default.postApiAccountsMgmtV1AccessToken();
pullSecret = JSON.stringify(accessTokenCfg);
}
if (!pullSecret) { // ask for text in field
if (!pullSecret) {
// ask for text in field
pullSecret = await extensionApi.window.showInputBox({
prompt: 'Provide a pull secret',
markdownDescription:
Expand Down

0 comments on commit fcb084e

Please sign in to comment.