File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11module Buckaroo.Constants
22
33[<Literal>]
4- let Version = " 2.0.0 "
4+ let Version = " 2.0.2 "
55
66[<Literal>]
77let PackagesDirectory = " buckaroo"
Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ type GitCli (console : ConsoleManager) =
138138 |> Async.Catch
139139 |> Async.Ignore
140140 do !
141- runBash " git" ( " -C " + gitDir + " fetch origin ' +refs/heads/*:refs/heads/*' ' +refs/tags/*:refs/tags/*' " )
141+ runBash " git" ( " -C " + gitDir + " fetch origin +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/*" )
142142 |> Async.Ignore
143143 }
144144
145145 member this.UpdateRefs ( gitDir : string ) = async {
146146 do !
147- runBash " git" ( " -C " + gitDir + " fetch origin ' +refs/heads/*:refs/heads/*' ' +refs/tags/*:refs/tags/*' " )
147+ runBash " git" ( " -C " + gitDir + " fetch origin +refs/heads/*:refs/heads/* +refs/tags/*:refs/tags/*" )
148148 |> Async.Ignore
149149 }
150150
You can’t perform that action at this time.
0 commit comments