Commit f2ed752f76fb46703b41ce3196474d84253545b1
1 parent
b777d842
Exists in
master
and in
29 other branches
And no politicians or terrorists
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/sample-data
... | ... | @@ -83,7 +83,7 @@ puts |
83 | 83 | |
84 | 84 | communities = [] |
85 | 85 | VERBS = ['Save', 'I like', 'Use'] |
86 | -STUFF = ['Free Software', 'Organic food', 'the wales', 'the environment', 'Barack Obama', 'Osama Bin Laden', 'Lula'] | |
86 | +STUFF = ['Free Software', 'Organic food', 'the wales', 'the environment'] | |
87 | 87 | print "Creating communities: "; $stdout.flush |
88 | 88 | for verb in VERBS |
89 | 89 | for stuff in STUFF | ... | ... |