speculator: Specify merge target
This commit is contained in:
parent
d6bdde4cee
commit
a0cf485919
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ func gitFetchAndMerge(path string) error {
|
|||
if err := runGitCommand(path, []string{"fetch"}); err != nil {
|
||||
return err
|
||||
}
|
||||
return runGitCommand(path, []string{"merge"})
|
||||
return runGitCommand(path, []string{"merge", "origin/master"})
|
||||
}
|
||||
|
||||
func runGitCommand(path string, args []string) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue