Commit bebe4cc
Fix GitFetcher.fetchFromLocal using wrong hash (#3527)
Following up #3449
expectHash is used beforehand to generate the cache destination, but
actualHash is returned. This causes future cache destination path
generation to use the wrong hash, resulting in EOENT errors.1 parent 168ae00 commit bebe4cc
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | | - | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
0 commit comments