Skip to content

Commit f61088b

Browse files
authored
Fix date
1 parent b79aa99 commit f61088b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ git remote -v
4242
git checkout ${DOWNSTREAM_BRANCH}
4343

4444
echo -n "sync-upstream-repo https://github.com/dabreadman/sync-upstream-repo keeping CI alive. UNIX Time: " >> sync-upstream-repo
45-
"date -d "Oct 21 1973" +%s" >> sync-upstream-repo
45+
date +"%s" >> sync-upstream-repo
4646
git add sync-upstream-repo
4747
git commit sync-upstream-repo -m "Syncing upstream"
4848
git push origin

0 commit comments

Comments
 (0)