Skip to content

Commit 7df404a

Browse files
committed
chore: debug argument no longer supported by tx
1 parent b912519 commit 7df404a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RoboFilePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function localesPush() {
126126
* @return void
127127
*/
128128
public function localesPull($percent = 70) {
129-
$this->_exec('tx pull --debug -f -a --minimum-perc=' .$percent);
129+
$this->_exec('tx pull -f -a --minimum-perc=' .$percent);
130130
return $this;
131131
}
132132

0 commit comments

Comments
 (0)