Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from Janiczek/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
eeue56 committed May 13, 2016
2 parents b74b066 + a86353f commit 008e01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm_deps_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def print_newer_versions(local_deps, remote_deps):
)

if not upgrade_suggestions:
print('No upgrades avaible')
print('No upgrades available')
else:
print('\n'.join(upgrade_suggestions))

Expand Down

0 comments on commit 008e01c

Please sign in to comment.