Skip to content

Commit 1f4831f

Browse files
committed
Merge pull request #6 from larsks/bug/4
name_resolve should be an ArgCommand, not a Command
2 parents a2fee8b + 43650aa commit 1f4831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipfsApi/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self,
5959
# ADVANCED COMMANDS
6060
self.resolve = ArgCommand('/resolve')
6161
self.name_publish = ArgCommand('/name/publish')
62-
self.name_resolve = Command('/name/resolve')
62+
self.name_resolve = ArgCommand('/name/resolve')
6363
self.dns = ArgCommand('/dns')
6464
self.pin_add = ArgCommand('/pin/add')
6565
self.pin_rm = ArgCommand('/pin/rm')

0 commit comments

Comments
 (0)