Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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