Skip to content

Commit 540b3dc

Browse files
committed
Update example variable naming
1 parent 6d42324 commit 540b3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stream.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{:ok, conn} = SSHKit.connect("127.0.0.1", port: 2222, user: "deploy", password: "deploy", silently_accept_hosts: true)
44

5-
{:ok, chan} = SSHKit.run(conn, ~S(echo "Who's there?"; read msg; echo "Hello $msg!"))
5+
{:ok, chan} = SSHKit.run(conn, ~S(echo "Who's there?"; read name; echo "Hello $name"))
66

77
IO.write("> ")
88

0 commit comments

Comments
 (0)