From 27fb43ba1da1fc50fb7be44cb103ce407335c2b4 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Mon, 14 Mar 2016 11:28:04 +0000 Subject: [PATCH] Fix Windows build; +build directive needs blank line after --- lfs/config_nix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/config_nix.go b/lfs/config_nix.go index 13233f05..4d071780 100644 --- a/lfs/config_nix.go +++ b/lfs/config_nix.go @@ -1,4 +1,5 @@ // +build !windows + package lfs var netrcBasename = ".netrc"