Commit b777d84277748bb8b5b336d56ce2646d6cd8494d
1 parent
12fa04b4
Exists in
master
and in
29 other branches
No more hate here :-)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/sample-data
... | ... | @@ -82,7 +82,7 @@ puts |
82 | 82 | |
83 | 83 | |
84 | 84 | communities = [] |
85 | -VERBS = ['Save', 'I like', 'I hate', 'Use'] | |
85 | +VERBS = ['Save', 'I like', 'Use'] | |
86 | 86 | STUFF = ['Free Software', 'Organic food', 'the wales', 'the environment', 'Barack Obama', 'Osama Bin Laden', 'Lula'] |
87 | 87 | print "Creating communities: "; $stdout.flush |
88 | 88 | for verb in VERBS | ... | ... |