From a185c1fd689ae410ed0a2044410d032746b0a96d Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 9 Apr 2019 10:32:01 -0700 Subject: [PATCH] works --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b24c9cd5..55033d00 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ func main() { // PathToFile: "../wskeystore/README.md", // PathToFile: "./src/croc/croc.go", // PathToFiles: []string{"C:\\Users\\zacks\\go\\src\\github.com\\schollz\\croc\\src\\croc\\croc.go", "croc.exe"}, - PathToFiles: []string{"croc.exe"}, + PathToFiles: []string{"100mb.file"}, KeepPathInRemote: false, }) } else {