Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Oct 14, 2015
1 parent 42c5fa6 commit 5aa3cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let releaseArchive = "fsautocomplete.zip"

let suaveSummary = "A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP."
let suaveProject = "FsAutoComplete.Suave"
let suaveBuildDebugDir = suaveProject + "/bin/Release"
let suaveBuildDebugDir = suaveProject + "/bin/Debug"
let suaveBuildReleaseDir = suaveProject + "/bin/Release"
let suaveReleaseArchive = "fsautocomplete.suave.zip"

Expand Down

0 comments on commit 5aa3cfe

Please sign in to comment.