Skip to content

Commit

Permalink
Merge pull request #734 from inspirnathan/patch-1
Browse files Browse the repository at this point in the history
fix typo for zsh option
  • Loading branch information
hsbt authored Aug 13, 2022
2 parents e7c3748 + 2afcbd6 commit 1412271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def working_shell_type
when /csh/
:csh
when /zsh/
:szh
:zsh
when /dash/
:dash
else
Expand Down

0 comments on commit 1412271

Please sign in to comment.