We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8eedc commit 69423ccCopy full SHA for 69423cc
luya.php
@@ -125,7 +125,7 @@
125
run('rm -f {{release_path}}/deploy.php');
126
}
127
// remove git ignore files in readable and none readable dirs
128
- run('rm -f {{release_path}}/.git');
+ run('rm -rf {{release_path}}/.git');
129
run('rm -f {{release_path}}/.gitignore');
130
run('rm -f {{release_path}}/public_html/.gitignore');
131
// sometimes the readme contains data about loggin informations or other privacy content.
0 commit comments