Skip to content

Commit

Permalink
Merge pull request deployphp#1044 from deployphp/analysis-XkBkRj
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
antonmedv authored Feb 22, 2017
2 parents 98a77dc + 165b630 commit 6246c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/deploy/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// will output a really big list of previous releases.
// It spoils appearance of output log, to make it pretty,
// we limit it to `n*2 + 5` lines from end of file (15 lines).
// Always read as many lines as there are release directories.
// Always read as many lines as there are release directories.
$csv = run("tail -n " . max(count($releases), ($keepReleases * 2 + 5)) . " .dep/releases");
}

Expand Down

0 comments on commit 6246c34

Please sign in to comment.