Fix log dates and dryrun is now the default
The getUTCDay() method returns the day of the week (from 0 to 6) for the
specified date, according to universal time. We should use getUTCDate
since it returns the day of the month (from 1 to 31) of the date object,
according to universal time.
Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
... | ... | @@ -8,7 +8,7 @@ |
"url": "git+https://github.com/eclipsefdn/eclipsefdn-github-sync.git" | ||
}, | ||
"author": "Martin Lowe", | ||
"scripts" : { | ||
"scripts": { | ||
"start": "node src/Sync.js" | ||
}, | ||
"license": "EPL-2.0", | ||
... | ... |
Please register or sign in to comment