Skip to content

Commit

Permalink
πŸ”Š Fix link in old command logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Wilsman committed May 28, 2021
1 parent da96abc commit 041d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/percy-storybook
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

let log = require('@percy/logger')('percy-storybook-script');
log.warn('The `percy-storybook` command has been deprecated. Use @percy/cli instead.');
log.info('See upgrade instructions here: https://github.com/percy/percy-storybook##upgrading');
log.info('See upgrade instructions here: https://github.com/percy/percy-storybook#upgrading');

process.exit(1);

0 comments on commit 041d3c0

Please sign in to comment.