Skip to content

Commit

Permalink
CANTINA-957: Dev-env: Make message after update more clear (#1536)
Browse files Browse the repository at this point in the history
* Dev-env: Make message after update more clear

* lint
  • Loading branch information
rebeccahum authored Oct 27, 2023
1 parent 5d74fa1 commit 7775557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/vip-dev-env-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ cmd.argv( process.argv, async ( arg, opt ) => {
const message =
'\n' +
chalk.green( '✓' ) +
' environment updated. Restart environment for changes to take an affect.';
' environment updated. Please start environment again for changes to take effect: ' +
chalk.bold( `vip dev env --slug ${ slug } start` );
console.log( message );
await trackEvent( 'dev_env_update_command_success', trackingInfo );
} catch ( error ) {
Expand Down

0 comments on commit 7775557

Please sign in to comment.