Skip to content

Commit

Permalink
Add missing NewLine Charachters
Browse files Browse the repository at this point in the history
  • Loading branch information
jwal-d-velop committed May 2, 2024
1 parent 37c4d8d commit 8a7bd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oxidized/model/audiocodes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ class AudioCodes < Oxidized::Model
data.sub re, ''
end

cmd 'show running-config' do |cfg|
cmd "show running-config\r\n" do |cfg|
cfg
end

cfg :ssh do
username /^login as:\s$/
password /^.+password:\s$/
pre_logout 'exit'
pre_logout "exit\r\n"
end

cfg :telnet do
Expand Down

0 comments on commit 8a7bd60

Please sign in to comment.