diff options
author | Peter Portante <peter.portante@redhat.com> | 2012-10-05 16:15:29 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-10-13 10:36:46 -0700 |
commit | a9c613dfcfcb19299af00be4fc0d3b05dbd007d9 (patch) | |
tree | f3212a5e67f2e486a3d393eb76e97274a26257c4 | |
parent | 101858ca54e6cba44cde2baf4ceac4a4b339885b (diff) |
Fix a small typ-o in the Swift README
Change-Id: I6c737bcc0d60d656df63ffe1c03ad336606ec090
BUG: 862052
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/4080
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
-rw-r--r-- | swift/1.4.8/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/1.4.8/README b/swift/1.4.8/README index 0ea91535ef7..18435e08a7e 100644 --- a/swift/1.4.8/README +++ b/swift/1.4.8/README @@ -8,7 +8,7 @@ Install * Create a directory named "plugins" under swift.git/swift directory. * Copy the contents of glusterfs.git/swift/1.4.8/plugins/ under swift.git/swift/ except the conf directory. -* Copy the contents of glusterfs.git/swift/1.4.5/plugins/conf under /etc/swift/. +* Copy the contents of glusterfs.git/swift/1.4.8/plugins/conf under /etc/swift/. * Run python setup.py install Once this is done, you can access the GlusterFS volumes as Swift accounts. |