From cbafa4e7f85aefeedd2a62cdc5ee86bf98a3df1b Mon Sep 17 00:00:00 2001 From: Francois Deppierraz Date: Tue, 24 Apr 2012 14:44:48 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcfe7c3f7..90b7d9c773 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ You can override environment variables used in `stack.sh` by creating file name Swift is not installed by default, you can enable easily by adding this to your `localrc`: - ENABLED_SERVICE="$ENABLED_SERVICES,swift" + ENABLED_SERVICES="$ENABLED_SERVICES,swift" If you want a minimal Swift install with only Swift and Keystone you can have this instead in your `localrc`: