Skip to content

Commit 2cffa08

Browse files
committed
Fix timestamp in task deploy:asset of Symfony recipe. Close #718
1 parent a82a40c commit 2cffa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
return "{{release_path}}/$asset";
6161
}, get('assets')));
6262

63-
$time = date('Ymdhi.s');
63+
$time = date('YmdHi.s');
6464

6565
run("find $assets -exec touch -t $time {} ';' &> /dev/null || true");
6666
})->desc('Normalize asset timestamps');

0 commit comments

Comments
 (0)