Incorrect use of IPFS -w

This commit is contained in:
Kyle Drake 2015-09-13 08:47:40 +00:00
parent 704a992f11
commit fb5aa4f236

View file

@ -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.