Skip to content

Commit 15b75e0

Browse files
Fix command used to generate list of available commits
1 parent ec9b3c5 commit 15b75e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function cmd($command, $print = true) {
215215
}
216216
// Get list of all commits
217217
$commits = cmd(sprintf(
218-
'git --no-pager --git-dir="%s.git" log --pretty=format:"%%h" %s'
218+
'git --no-pager --git-dir="%s.git" log --pretty=format:"%%h" origin/%s'
219219
, GIT_DIR
220220
, $branch)
221221
, false);

0 commit comments

Comments
 (0)