Skip to content

Commit 69423cc

Browse files
authored
Update luya.php
1 parent af8eedc commit 69423cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luya.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
run('rm -f {{release_path}}/deploy.php');
126126
}
127127
// remove git ignore files in readable and none readable dirs
128-
run('rm -f {{release_path}}/.git');
128+
run('rm -rf {{release_path}}/.git');
129129
run('rm -f {{release_path}}/.gitignore');
130130
run('rm -f {{release_path}}/public_html/.gitignore');
131131
// sometimes the readme contains data about loggin informations or other privacy content.

0 commit comments

Comments
 (0)