Skip to content

Commit

Permalink
Fixed the path to the ssh guide in the login error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Aug 20, 2022
1 parent 20b854e commit a1f2713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/commands/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
""");
}
}
Expand Down

0 comments on commit a1f2713

Please sign in to comment.