mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-08 21:38:35 +02:00
TCP port listen: Fix the hint server as well
This commit is contained in:
parent
00d940fb86
commit
751b3b24a3
2 changed files with 3 additions and 2 deletions
scripts
|
@ -3,7 +3,7 @@
|
|||
use IO::Socket;
|
||||
|
||||
$socket = IO::Socket::INET->new(PeerAddr => "127.0.0.1",
|
||||
PeerPort => 1235,
|
||||
PeerPort => $ENV{HINT_TCP_PORT},
|
||||
Proto => "tcp",
|
||||
Type => SOCK_STREAM);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue