README.md in capistrano-cachetool-1.0.0 vs README.md in capistrano-cachetool-1.0.1
- old
+ new
@@ -38,10 +38,10 @@
Configurable options, shown here with defaults:
```
set :cachetool_roles, :all
-set :cachetool_download_url, "https://gordalina.github.io/cachetool/downloads/cachetool.phar"
+set :cachetool_download_url, 'https://gordalina.github.io/cachetool/downloads/cachetool.phar'
set :cachetool_working_dir, -> { fetch(:release_path) }
```
### Installing cachetool as part of a deployment