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

Commit

Permalink
Agh, typos abound
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Porter committed Apr 12, 2016
1 parent 44e8be9 commit 0e29f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
except ImportError:
from urllib import urlretrieve

version = '0.1.1'
version = '0.1.2'


class pushd(object):
Expand Down Expand Up @@ -61,7 +61,7 @@ def sha256sum(filename, blocksize=65536):
def run(self):
try:
output = subprocess.check_output(
['which', 'patchelff'], universal_newlines=True
['which', 'patchelf'], universal_newlines=True
)
print('Found patchelf at {}'.format(output.strip()))
self.found_patchelf = True
Expand Down

0 comments on commit 0e29f52

Please sign in to comment.