Skip to content

Commit

Permalink
fix: shell message link address
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Sep 16, 2024
1 parent 072d377 commit 74139a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/shell/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {

sh.PreRun = func(_ *cobra.Command, _ []string) {
cls()
cmd.PrintInfoMsgf("Welcome to PactusBlockchain shell\n\n- Home: https//pactus.org\n- " +
cmd.PrintInfoMsgf("Welcome to PactusBlockchain shell\n\n- Home: https://pactus.org\n- " +
"Docs: https://docs.pactus.org")
cmd.PrintLine()
_prefix = fmt.Sprintf("pactus@%s > ", serverAddr)
Expand Down

0 comments on commit 74139a4

Please sign in to comment.