Skip to content

Commit ec17132

Browse files
yjbanovEmmanuel Garcia
authored and
Emmanuel Garcia
committed
use commit date instead of author date (flutter#17032)
1 parent cae6175 commit ec17132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clone_flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131
# Get latest commit's time for the engine repo.
3232
# Use date based on local time otherwise timezones might get mixed.
33-
LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%ad"`
33+
LATEST_COMMIT_TIME_ENGINE=`git log -1 --date=local --format="%cd"`
3434
echo "Latest commit time on engine found as $LATEST_COMMIT_TIME_ENGINE"
3535

3636
# Do rest of the task in the root directory

0 commit comments

Comments
 (0)