mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
bug in file hash
This commit is contained in:
parent
0627bbd83c
commit
8b97306617
4 changed files with 21 additions and 6 deletions
2
main.go
2
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{"croc3.exe", "croc2.exe"},
|
||||
PathToFiles: []string{"croc2.exe", "croc3.exe"},
|
||||
KeepPathInRemote: false,
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue