Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 0e29f52

Browse files
author
Jim Porter
committed
Agh, typos abound
1 parent 44e8be9 commit 0e29f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
except ImportError:
1414
from urllib import urlretrieve
1515

16-
version = '0.1.1'
16+
version = '0.1.2'
1717

1818

1919
class pushd(object):
@@ -61,7 +61,7 @@ def sha256sum(filename, blocksize=65536):
6161
def run(self):
6262
try:
6363
output = subprocess.check_output(
64-
['which', 'patchelff'], universal_newlines=True
64+
['which', 'patchelf'], universal_newlines=True
6565
)
6666
print('Found patchelf at {}'.format(output.strip()))
6767
self.found_patchelf = True

0 commit comments

Comments
 (0)