Skip to content

Commit

Permalink
Merge pull request #950 from ad3n/patch-2
Browse files Browse the repository at this point in the history
always success
  • Loading branch information
antonmedv authored Jan 16, 2017
2 parents 9680b11 + 82cd13c commit 8e6351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/deploy/lock.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

desc('Unlock deploy');
task('deploy:unlock', function () {
run("rm {{deploy_path}}/.dep/deploy.lock");
run("rm -f {{deploy_path}}/.dep/deploy.lock");//always success
});

0 comments on commit 8e6351e

Please sign in to comment.