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 9a74c1a commit 18088b6Copy full SHA for 18088b6
CI_Git.php
@@ -250,7 +250,7 @@ public function run($command) {
250
*/
251
public function add($files = "*") {
252
if (is_array($files)) $files = '"'.implode('" "', $files).'"';
253
- return $this->run("add $file -v");
+ return $this->run("add $files -v");
254
}
255
256
/**
Git.php
@@ -243,7 +243,7 @@ public function run($command) {
243
244
245
246
247
248
249
0 commit comments