Skip to content

Commit

Permalink
fixup casing
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Aug 4, 2017
1 parent 562f31a commit 77f6b84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ System.IO.Directory.SetCurrentDirectory __SOURCE_DIRECTORY__
// --------------------------------------------------------------------------------------

#r @"packages/build/FAKE/tools/FakeLib.dll"
#r "packages/build/PRI.LongPath/lib/net45/PRI.LongPath.dll"
#r "packages/build/Pri.LongPath/lib/net45/Pri.LongPath.dll"
#r "System.IO.Compression.FileSystem"

open Fake
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference-from-repl.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ you have on your system.
open System
open System.IO

#r "../../packages/build/PRI.LongPath/lib/net45/PRI.LongPath.dll"
#r "../../packages/build/Pri.LongPath/lib/net45/Pri.LongPath.dll"

open Pri.LongPath

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/generate.fsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Getting help docs from Paket.exe
#r "../../bin/Argu.dll"
#r "../../bin/Paket.exe"
#r "../../packages/build/PRI.LongPath/lib/net45/PRI.LongPath.dll"
#r "../../packages/build/Pri.LongPath/lib/net45/Pri.LongPath.dll"
open System.IO
open Pri.LongPath

Expand Down
2 changes: 1 addition & 1 deletion src/Paket.Core/Prototypes/script-generation.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#r "../../../bin/Chessie.dll"
#r "../../../bin/Paket.Core.dll"
#r "../../../packages/build/FAKE/tools/FakeLib.dll"
#r "../../../packages/build/PRI.LongPath/lib/net45/PRI.LongPath.dll"
#r "../../../packages/build/Pri.LongPath/lib/net45/Pri.LongPath.dll"
open System.IO
open Pri.LongPath
open Fake
Expand Down

0 comments on commit 77f6b84

Please sign in to comment.