Skip to content

Commit

Permalink
Update jboss_cli.treetop
Browse files Browse the repository at this point in the history
  • Loading branch information
cqwense authored and jairojunior committed Aug 15, 2018
1 parent bb4e52e commit b0a8ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet_x/wildfly/jboss_cli.treetop
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ grammar JBossCLI
end

rule identifier
([a-zA-Z0-9_\.\-@\$]+ / '"' [a-zA-Z0-9_\.\-:/]+ '"')
([a-zA-Z0-9_\.\-@\$#]+ / '"' [a-zA-Z0-9_\.\-:/]+ '"')
end

end

0 comments on commit b0a8ec8

Please sign in to comment.