Skip to content

Commit

Permalink
Merge pull request #41 from rossphilipson/ota_fix_double_download_s6
Browse files Browse the repository at this point in the history
[ota] STABLE-6 Don't download tarballs twice.
  • Loading branch information
jean-edouard authored Sep 8, 2016
2 parents 922e10b + 4ade37f commit 93e6782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatemgr/UpdateMgr/Logic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ downloadAndCheckUpdateMetaAny how infoUrl = do
case applicable of
UpToDate -> return ()
CannotUpgrade -> throwError $ localE UpdateNotApplicable
CanUpgrade -> downloadFiles
CanUpgrade -> return ()

downloadFiles :: Update ()
downloadFiles = do
Expand Down

0 comments on commit 93e6782

Please sign in to comment.