Skip to content

Commit

Permalink
Dev-env: Make message after update more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Oct 27, 2023
1 parent 5d74fa1 commit 0f6fc81
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: '

Check failure on line 122 in src/bin/vip-dev-env-update.js

View workflow job for this annotation

GitHub Actions / Lint

Insert `·+`
+ chalk.bold( `vip dev env --slug ${ slug } start` );

Check failure on line 123 in src/bin/vip-dev-env-update.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `+·`
console.log( message );
await trackEvent( 'dev_env_update_command_success', trackingInfo );
} catch ( error ) {
Expand Down

0 comments on commit 0f6fc81

Please sign in to comment.