Skip to content

Commit

Permalink
Update apple-wizard.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Sep 22, 2023
1 parent 4c45e12 commit 89a2a81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/apple/apple-wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ async function runAppleWizardWithTelementry(
availableTargets.length == 1
? availableTargets[0]
: (
await traceStep('Choose target', () =>
askForItemSelection(
availableTargets,
'Which target do you want to add Sentry to?',
),
)
).value;
await traceStep('Choose target', () =>
askForItemSelection(
availableTargets,
'Which target do you want to add Sentry to?',
),
)
).value;

SentryUtils.createSentryCLIRC(projectDir, { auth_token: apiKey.token });
clack.log.info(
Expand Down

0 comments on commit 89a2a81

Please sign in to comment.