Skip to content

Commit

Permalink
fix prompt init
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Baltazar committed Nov 16, 2023
1 parent 5988c78 commit adebc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/story_branch/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def platform
# @api public
def prompt(**options)
require 'tty-prompt'
TTY::Prompt.new(options)
TTY::Prompt.new(**options)
end

# Get terminal screen properties
Expand Down

0 comments on commit adebc04

Please sign in to comment.