Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheely committed Sep 21, 2021
2 parents 2eb236c + 4752a38 commit 65573d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/develop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 65573d5

Please sign in to comment.