Browse Source

Redis: Fix line inserted in fortunes (accidental double quote)

Erwan Ameil 11 years ago
parent
commit
945a86e99c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/create-redis.sh

+ 1 - 1
config/create-redis.sh

@@ -8,7 +8,7 @@ done
 
 echo "DEL fortunes" | redis-cli
 echo "RPUSH fortunes 'fortune: No such file or directory' \
-\"A computer scientist is someone who fixes things that aren''t broken.\" \
+\"A computer scientist is someone who fixes things that aren't broken.\" \
 'After enough decimal places, nobody gives a damn.' \
 'A bad random number generator: 1, 1, 1, 1, 1, 4.33e+67, 1, 1, 1' \
 'A computer program does what you tell it to do, not what you want it to do.' \