Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: justheuristic <[email protected]>
  • Loading branch information
2 people authored and Maxim Kashirin committed May 14, 2021
1 parent e6c9277 commit b454acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def install_libp2p_daemon():

with tempfile.TemporaryDirectory() as tempdir:
url = 'https://github.com/libp2p/go-libp2p-daemon/archive/master.tar.gz'
dest = os.path.join(tempdir, 'libp2p-daemin.tar.gz')
dest = os.path.join(tempdir, 'libp2p-daemon.tar.gz')
urllib.request.urlretrieve(url, os.path.join(tempdir, dest))

tar = tarfile.open(dest, 'r:gz')
Expand Down

0 comments on commit b454acf

Please sign in to comment.