From c0a2323dbcb57e3a554d33ec7f24caf014e4ade3 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 7 Mar 2024 09:42:46 -0500 Subject: [PATCH] fix(shorebird_cli): remove unnecessary [WARN] from log --- .../integration_test/shorebird_cli_integration_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart b/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart index d5ea9a1a..ce146ae4 100644 --- a/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart +++ b/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart @@ -16,7 +16,7 @@ import 'package:test/test.dart'; import 'package:uuid/uuid.dart'; const tokenWarningMessage = ''' -[WARN] $shorebirdTokenEnvVar needs to be updated before the next major release. +$shorebirdTokenEnvVar needs to be updated before the next major release. Run `shorebird login:ci` to obtain a new token. ''';