Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ersonp committed Jun 28, 2024
1 parent 18b96db commit 3ab96d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/net/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var conCmd = &cobra.Command{
internal.Catch(cmd.Flags(), err)

internal.PrintOutput(cmd.Flags(), connInfo, fmt.Sprintf("Connected to %s with ID: %s\n", connInfo.RemoteAddr.String(), connInfo.ID.String()))
internal.PrintOutput(cmd.Flags(), connInfo, fmt.Sprintf("%v avaialble on localhost:%d\n", connInfo.AppType, connInfo.WebPort))
internal.PrintOutput(cmd.Flags(), connInfo, fmt.Sprintf("%v available on localhost:%d\n", connInfo.AppType, connInfo.WebPort))
},
}

Expand Down

0 comments on commit 3ab96d9

Please sign in to comment.