mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
speculator: Specify merge target
This commit is contained in:
parent
d6bdde4cee
commit
a0cf485919
|
|
@ -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…
Reference in a new issue