We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 143c3d0 + 28c45f7 commit f389724Copy full SHA for f389724
2 files changed
lib/evm/git.rb
@@ -8,7 +8,7 @@ def exist?
8
File.exist?(@path)
9
end
10
11
- def clone(url, branch=nil)
+ def clone(url, branch = nil)
12
args = 'clone', url, @path
13
args << "--branch=#{branch}" if branch
14
git(*args)
recipes/emacs-26-pretest.rb
@@ -1,5 +1,5 @@
1
recipe 'emacs-26-pretest' do
2
- git 'http://git.savannah.gnu.org/r/emacs.git --branch emacs-26.0.90'
+ git 'http://git.savannah.gnu.org/r/emacs.git', 'emacs-26.0.90'
3
4
osx do
5
option '--with-ns'
0 commit comments