mirror of https://gitlab.com/bashrc2/epicyon
Include space
parent
1e8a6fee52
commit
9d5e5d0810
|
@ -116,5 +116,5 @@ def resolvePetnames(baseDir: str, nickname: str, domain: str,
|
||||||
if not handle:
|
if not handle:
|
||||||
continue
|
continue
|
||||||
# replace the petname with the handle
|
# replace the petname with the handle
|
||||||
content = content.replace(wrd + ' ', handle)
|
content = content.replace(wrd + ' ', handle + ' ')
|
||||||
return content
|
return content
|
||||||
|
|
Loading…
Reference in New Issue