Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Apr 11, 2016
1 parent 062d95f commit 65e554e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Paket.Core/Utils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ let CleanDir path =
deleteDir di
with
| exn -> failwithf "Error during deletion of %s%s - %s" di.FullName Environment.NewLine exn.Message
Directory.CreateDirectory path |> ignore
else
Directory.CreateDirectory path |> ignore
// set writeable
try
File.SetAttributes (path, FileAttributes.Normal)
Expand Down

0 comments on commit 65e554e

Please sign in to comment.