From db8810dd67132d7e82e469090cb638c4f501abb4 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 12 Jun 2013 09:23:34 +0100 Subject: [PATCH] JCLOUDS-124: Missing ^:dynamic in Clojure blobstore example Submitted by Trevor Wennblom Conflicts: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e7adae00e..38faa4ac93 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ BlobStore Example (Java): BlobStore Example (Clojure): (use 'org.jclouds.blobstore2) - (def *blobstore* (blobstore "azureblob" account encodedkey)) + (def ^:dynamic *blobstore* (blobstore "azureblob" account encodedkey)) (create-container *blobstore* "mycontainer") (put-blob *blobstore* "mycontainer" (blob "test" :payload "testdata")) @@ -128,4 +128,4 @@ License ------- Copyright (C) 2009-2012 jclouds, Inc. -Licensed under the Apache License, Version 2.0 \ No newline at end of file +Licensed under the Apache License, Version 2.0