1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

checksum: save them in a subdir .task/checksum

future-proof since the .task directory can be used to save other state
in the future
This commit is contained in:
Andrey Nering
2017-11-02 10:37:02 -02:00
parent 2022551b26
commit 44a52359dc
2 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ func TestStatusChecksum(t *testing.T) {
files := []string{
"generated.txt",
".task/build",
".task/checksum/build",
}
for _, f := range files {