lib/shaddox/shadow.rb in shaddox-0.0.18 vs lib/shaddox/shadow.rb in shaddox-0.0.19

- old
+ new

@@ -102,12 +102,12 @@ if exists_d('vcs') cd 'vcs' do sh "git fetch #{repo.url} #{repo.branch}:#{repo.branch} --force" end else - sh "git clone #{repo.url} vcs -b #{repo.branch} --bare" + sh "git clone #{repo.url} vcs --bare" end - sh "git clone ./vcs #{release_path} --recursive --brach #{repo.branch}" + sh "git clone ./vcs #{release_path} --recursive --branch #{repo.branch}" end end end def install(package)