Skip to content

Commit

Permalink
- fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Nov 30, 2012
1 parent e64d79d commit 123985f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fpm/package/python.rb
Expand Up @@ -173,8 +173,8 @@ def load_package_info(setup_py)
if File.exists?(requirements_txt) if File.exists?(requirements_txt)
@logger.info("Found requirements.txt, using it instead of setup.py " \ @logger.info("Found requirements.txt, using it instead of setup.py " \
"for dependency information", :path => requirements_txt) "for dependency information", :path => requirements_txt)
@logger.debug("Clearing dependecy list in prep for reading" \ @logger.debug("Clearing dependency list (from setup.py) in prep for " \
"requirements.txt") "reading requirements.txt")
# Best I can tell, requirements.txt are a superset of what # Best I can tell, requirements.txt are a superset of what
# is already supported as 'dependencies' in setup.py # is already supported as 'dependencies' in setup.py
# So we'll parse them the same way below. # So we'll parse them the same way below.
Expand Down

0 comments on commit 123985f

Please sign in to comment.