Skip to content

Commit

Permalink
Fix - fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jun 3, 2024
1 parent 81962bd commit 9aff3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/ruby/bin/daemon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ def initialize(ports, no_scsynth_inputs=false)
args << "-H" << input_sound_card_name << sound_card_name
elsif input_sound_card_name
args << "-H" << input_sound_card_name
elsif output_sound_card_output_name
elsif output_sound_card_name
args << "-H" << output_sound_card_name
elsif sound_card_name
args << "-H" << sound_card_name
Expand Down

0 comments on commit 9aff3f3

Please sign in to comment.