Skip to content

Commit

Permalink
🌟 Ready for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
th3c0d3br34ker committed Aug 12, 2020
1 parent b45c8cd commit 4af1712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenerateREADME.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def generateData() -> str:
string += getDailyCommitData(repos)
if getenv("INPUT_SHOW_WEEKLY_COMMIT"):
string += getWeeklyCommitData(repos)
if getenv("INPUT_SHOW_LANGUAGEW"):
if getenv("INPUT_SHOW_LANGUAGE"):
string += getLanguagesPerRepo()

print("README data created!")
Expand Down

0 comments on commit 4af1712

Please sign in to comment.