Skip to content

Commit

Permalink
extend allowed alphabet for key
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Nov 11, 2024
1 parent 72f5b94 commit f50f3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotdrop/cfg_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


TILD = '~'
YAML_OK = r'[^0-9a-zA-Z.\-_]+'
YAML_OK = r'[^0-9a-zA-Z.\-_+]+'
YAML_REPL = '_'


Expand Down

0 comments on commit f50f3ec

Please sign in to comment.