From fb5aa4f2366e6b789ba017f063c3e74330e77b87 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 13 Sep 2015 08:47:40 +0000 Subject: [PATCH] Incorrect use of IPFS -w --- models/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/site.rb b/models/site.rb index 7d493927..69234695 100644 --- a/models/site.rb +++ b/models/site.rb @@ -619,7 +619,7 @@ class Site < Sequel::Model end end - Rye::Cmd.add_command :ipfs, nil, 'add', :r, :w + Rye::Cmd.add_command :ipfs, nil, 'add', :r def add_to_ipfs # Not ideal. An SoA version is in progress.