From a1f2713b05564458335b123e5bba08f138ae66e9 Mon Sep 17 00:00:00 2001 From: Brett Sutton Date: Sat, 20 Aug 2022 03:39:25 +0000 Subject: [PATCH] Fixed the path to the ssh guide in the login error. --- lib/src/commands/login.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/commands/login.dart b/lib/src/commands/login.dart index 061c02e..44d6577 100644 --- a/lib/src/commands/login.dart +++ b/lib/src/commands/login.dart @@ -112,7 +112,7 @@ Restart your ssh session and run: ${green('onepub import --ask')} See the documentation for full details and alternate techniques: -${orange('${OnePubSettings.use.onepubWebUrl}/guides/ssh')} +${orange('https://docs.onepub.dev/guides/ssh')} """); } }