diff --git a/script/sample-data b/script/sample-data index c99f60b..d7324d3 100755 --- a/script/sample-data +++ b/script/sample-data @@ -83,7 +83,7 @@ puts communities = [] VERBS = ['Save', 'I like', 'Use'] -STUFF = ['Free Software', 'Organic food', 'the wales', 'the environment', 'Barack Obama', 'Osama Bin Laden', 'Lula'] +STUFF = ['Free Software', 'Organic food', 'the wales', 'the environment'] print "Creating communities: "; $stdout.flush for verb in VERBS for stuff in STUFF -- libgit2 0.21.2