1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-23 06:48:33 +01:00

[script] update date format #289 [ci skip]

This commit is contained in:
Travis CI 2016-06-07 07:05:34 -07:00
parent 956d020b34
commit 83af873d46

View File

@ -116,7 +116,7 @@ def write_readme(j)
apps = j['projects']
date = DateTime.now
date_display = date.strftime "%B %d, %Y"
date_display = date.strftime "%B %e, %Y"
output = '# ' + t
output << "\n\n"