Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[cli] Fix requested sdk in upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 2, 2020
1 parent 8a56ae4 commit 0c3c8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/expo-cli/src/commands/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,9 @@ async function maybeCleanNpmStateAsync(packageManager: any) {
}
}

export default function(program: Command) {
export default function (program: Command) {
program
.command('upgrade')
.command('upgrade [sdk-version]')
.alias('update')
.description('Upgrade the project packages and config for the given SDK version')
.helpGroup('info')
Expand Down

0 comments on commit 0c3c8fd

Please sign in to comment.