diff options
author | Christian Hesse <mail@eworm.de> | 2018-07-10 08:53:56 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-07-10 08:53:56 +0200 |
commit | a964e8ad0cb285e5b3c13da37ffe567175263acc (patch) | |
tree | 062845fde81e210abce3c934b169e2fd34ab1a10 | |
parent | a80591f51077130ddbaf88618b4c151c7a195e0f (diff) |
GeneratePSK: fix line break (and syntax error)
-rw-r--r-- | GeneratePSK | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/GeneratePSK b/GeneratePSK index c40bb7c..4a8d4d5 100644 --- a/GeneratePSK +++ b/GeneratePSK @@ -6,11 +6,10 @@ :local date [ / system clock get date ]; # 0-30 for days of month -:local -secret1 { "Abusive"; "Aggressive"; "Bored"; "Chemical"; "Cold"; "Cruel"; - "Curved"; "Delightful"; "Discreet"; "Elite"; "Evasive"; "Faded"; "Flat"; - "Future"; "Grandiose"; "Hanging"; "Humorous"; "Interesting"; "Magenta"; - "Magnificent"; "Numerous"; "Optimal"; "Pathetic"; "Possessive"; +:local secret1 { "Abusive"; "Aggressive"; "Bored"; "Chemical"; "Cold"; + "Cruel"; "Curved"; "Delightful"; "Discreet"; "Elite"; "Evasive"; "Faded"; + "Flat"; "Future"; "Grandiose"; "Hanging"; "Humorous"; "Interesting"; + "Magenta"; "Magnificent"; "Numerous"; "Optimal"; "Pathetic"; "Possessive"; "Remarkable"; "Rightful"; "Ruthless"; "Stale"; "Unusual"; "Useless"; "Various" }; # 0-11 for month of year |