diff options
Diffstat (limited to 'lib/pry/commands/shell_mode.rb')
-rw-r--r-- | lib/pry/commands/shell_mode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/commands/shell_mode.rb b/lib/pry/commands/shell_mode.rb index b6b42f84..8cb8fe52 100644 --- a/lib/pry/commands/shell_mode.rb +++ b/lib/pry/commands/shell_mode.rb @@ -13,7 +13,7 @@ class Pry if state.disabled state.prev_prompt = _pry_.prompt - _pry_.prompt = Pry::Prompt[:shell][:value] + _pry_.prompt = Pry::Prompt[:shell] else _pry_.prompt = state.prev_prompt end |