Skip to content

Commit

Permalink
Added final new line to push request.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierzwirtz committed Nov 10, 2015
1 parent a093443 commit 2414c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Paket.Core/RemoteUpload.fs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type System.Net.WebClient with
fileStream.CopyTo(stream, (4 * 1024))
stream.Write(newlineBytes, 0, newlineBytes.Length)
stream.Write(trailerbytes, 0, trailerbytes.Length)
stream.Write(newlineBytes, 0, newlineBytes.Length)
()


Expand Down

0 comments on commit 2414c63

Please sign in to comment.