Skip to content

Commit

Permalink
Update expected prompt
Browse files Browse the repository at this point in the history
This is to fix issue ytti#3330 so multiline output won't break the module.
  • Loading branch information
alchemyx authored Dec 3, 2024
1 parent 6f4be23 commit 1e5fe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/model/cumulus.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Cumulus < Oxidized::Model
using Refinements

prompt /^(([\w.-]*)@(.*)):/
prompt /(([\w.-]*)@(.*)):/
comment '# '

# add a comment in the final conf
Expand Down

0 comments on commit 1e5fe75

Please sign in to comment.