Skip to content

Commit

Permalink
Merge pull request #35 from baurine/refine
Browse files Browse the repository at this point in the history
cancel to pre-install playground and cluster after installing the tiup
  • Loading branch information
baurine authored Feb 18, 2021
2 parents 684ba7e + a45a641 commit b1a69eb
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 @@ -354,7 +354,7 @@ async function checkEnvs() {
)
if (res === 'Install') {
await tiup.invokeAnyInNewTerminal(
`curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh && tiup install cluster && tiup install playground && exit`,
`curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh && exit`,
'install tiup'
)
}
Expand Down

0 comments on commit b1a69eb

Please sign in to comment.