Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 16, 2017
1 parent 1840028 commit 42b6cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stdin_input.rb
Expand Up @@ -4,7 +4,7 @@
require 'pathname'

cmd = TTY::Command.new
cli = Pathname.new('examples/cli.rb')
cli = Pathname.new('examples/cli')
out, _ = cmd.run(cli, data: "Piotr\n")

puts "#{out}"

0 comments on commit 42b6cf3

Please sign in to comment.