diff --git a/src/develop.ts b/src/develop.ts index 32a5f12..58e16c6 100755 --- a/src/develop.ts +++ b/src/develop.ts @@ -231,7 +231,10 @@ async function createRemoteContainer( spinner.stopAndPersist({ symbol: emoji.get('heavy_check_mark'), text: - spinner.text + chalk.green(`Container created: ${body.projectUrl}`), + spinner.text + + chalk.green( + `Container created: ${body.projectUrl.replace('.ssh', '')}` + ), }); return body;