Skip to content

Commit

Permalink
chore: update subscribe URL (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra authored Dec 3, 2024
1 parent 9e07d9a commit 2ad58d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/command_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Run ${lightCyan.wrap('very_good update')} to update''',
lightMagenta.wrap('''
Thank you for using Very Good Ventures open source tools!
Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates')))}'''),
Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/dev/tools/cli/subscribe')))}'''),
print: _logger.info,
);
}
Expand Down
2 changes: 1 addition & 1 deletion test/src/command_runner_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void main() {
() => logger.info(
any(
that: contains(
'https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates',
'https://verygood.ventures/dev/tools/cli/subscribe',
),
),
),
Expand Down

0 comments on commit 2ad58d4

Please sign in to comment.