touchups to ipfs archiver, fix for -w flag to add for directory objects

This commit is contained in:
Kyle Drake 2015-09-04 09:17:33 -07:00
parent a9380d4554
commit 92de3ce7d7
2 changed files with 4 additions and 4 deletions

View file

@ -619,7 +619,7 @@ class Site < Sequel::Model
end
end
Rye::Cmd.add_command :ipfs, nil, 'add', :r
Rye::Cmd.add_command :ipfs, nil, 'add', :r, :w
def add_to_ipfs
# Not ideal. An SoA version is in progress.