mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 08:58:38 +01:00
Merge pull request #89 from matrix-org/daniel/speculator
speculator: Specify merge target
This commit is contained in:
commit
b7e98a263a
|
|
@ -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