mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Incorrect use of IPFS -w
This commit is contained in:
parent
704a992f11
commit
fb5aa4f236
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ class Site < Sequel::Model
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
Rye::Cmd.add_command :ipfs, nil, 'add', :r, :w
|
Rye::Cmd.add_command :ipfs, nil, 'add', :r
|
||||||
|
|
||||||
def add_to_ipfs
|
def add_to_ipfs
|
||||||
# Not ideal. An SoA version is in progress.
|
# Not ideal. An SoA version is in progress.
|
||||||
|
|
Loading…
Add table
Reference in a new issue