There was an error while loading. Please reload this page.
1 parent 4caaeca commit 585c756Copy full SHA for 585c756
1 file changed
lib/huginn_agent/spec_runner.rb
@@ -11,7 +11,7 @@ def initialize
11
12
def clone
13
unless File.exist?('spec/huginn/.git')
14
- shell_out "git clone --depth 1 #{HuginnAgent.remote} -b #{HuginnAgent.branch} spec/huginn", 'Cloning huginn source ...'
+ shell_out "git -c advice.defaultBranchName=false clone --depth 1 #{HuginnAgent.remote} -b #{HuginnAgent.branch} spec/huginn", 'Cloning huginn source ...'
15
end
16
17
0 commit comments