Skip to content

Commit

Permalink
fix octokit path
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jul 18, 2016
1 parent f489efb commit e844fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Target "ReleaseDocs" (fun _ ->

// Github Releases

#load "paket-files/fsharp/FAKE/modules/Octokit/Octokit.fsx"
#load "paket-files/build/fsharp/FAKE/modules/Octokit/Octokit.fsx"
open Octokit

Target "ReleaseGithub" (fun _ ->
Expand Down Expand Up @@ -191,4 +191,4 @@ Target "Default" DoNothing
==> "ReleaseGithub"
==> "Release"

RunTargetOrDefault "Default"
RunTargetOrDefault "Default"

0 comments on commit e844fa9

Please sign in to comment.