Skip to content

Commit

Permalink
Fix locales pull argument
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 16, 2016
1 parent ce20657 commit dae62f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoboFilePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function localesPush()
*/
public function localesPull($percent = 70)
{
$this->_exec('tx pull -s --minimum-perc=' .$percent);
$this->_exec('tx pull -a --minimum-perc=' .$percent);
return $this;
}

Expand Down

0 comments on commit dae62f6

Please sign in to comment.