Skip to content

Commit 81778a0

Browse files
author
Anton Medvedev
committed
FIX MISSING COMMA!
1 parent 6e77ee8 commit 81778a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/symfony.php

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

61-
$time = run('date +%Y%m%d%H%M.%S')
61+
$time = run('date +%Y%m%d%H%M.%S');
6262

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

0 commit comments

Comments
 (0)