Skip to content

Commit

Permalink
fix emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Mar 29, 2024
1 parent 5d59038 commit d38f9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel/internal/client/ssh/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (s *SshClient) startListenerForClient() error {

if tunnelType == constants.Http {
fmt.Printf(
"🎉 Tunnel connected: %s -> 👾 -> %s\n",
"🎉 Tunnel connected: %s -> 🌐 -> %s\n",
s.config.GetHttpTunnelAddr(),
s.config.Tunnel.GetLocalAddr(),
)
Expand Down

0 comments on commit d38f9bd

Please sign in to comment.