Skip to content

Commit 63d7aaf

Browse files
committed
Small bugfix for memorable 4
1 parent b3e55be commit 63d7aaf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

aiUtils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func createMemorablePasswordAI() string {
151151
commaSeparatedWords = strings.Trim(commaSeparatedWords, "'")
152152

153153
// Split the string on the comma and space.
154-
separatedWords := strings.Split(commaSeparatedWords, ", ")
154+
separatedWords := strings.Split(commaSeparatedWords, ",")
155155

156156
// FIXME: Create fallback lookups from local dictionary. If these are missing it errors out.
157157
noun1 := separatedWords[0]

passwordgen

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)