From dc65b91056c276872171df1f8e291a19b0196286 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 9 Dec 2018 06:37:52 +0500 Subject: [PATCH] Fix code style --- config/storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/storage.yml b/config/storage.yml index 56406c8..1041b7e 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -1,6 +1,6 @@ test: service: Disk - root: <%= Rails.root.join 'tmp/storage' %> + root: <%= Rails.root.join 'tmp', 'storage' %> local: service: Disk