diff --git a/lib/bullshit b/lib/bullshit index e3e2be31b..8a324d1d0 100644 --- a/lib/bullshit +++ b/lib/bullshit @@ -5,9 +5,9 @@ factory interface singleton framework -NoSQL +NoSQL | cache -self-signing +self-signing | template API service diff --git a/rc/bin/bullshit b/rc/bin/bullshit index d07ede4a4..e55f394bb 100755 --- a/rc/bin/bullshit +++ b/rc/bin/bullshit @@ -44,7 +44,7 @@ END { n += 2 for(i = 0; i < n; i++) printf "%s%s ", word[last = int(rand() * nword)], suffix() - if(rand() > 0.05 || (last >= 0 && noend[last]) || hassuffix) + if(rand() < 0.1 || (last >= 0 && noend[last]) || hassuffix) printf "%s ", end[int(rand() * nend)] print "" }