Skip to content

Commit 0278d02

Browse files
committed
fix
1 parent dce4f91 commit 0278d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeployApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function execute(array $customCommands = [])
7676
return;
7777
}
7878
if (empty($customCommands)) {
79-
$this->exec(['git branch', 'git pull && git log -1']);
79+
$this->exec(['git branch', 'git pull']); // git pull && git log -1
8080
} else {
8181
$this->exec($customCommands);
8282
}

0 commit comments

Comments
 (0)