diff options
Diffstat (limited to 'src/allocators/mesh.py')
| -rw-r--r-- | src/allocators/mesh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/mesh.py b/src/allocators/mesh.py index eb0e5b8..604f743 100644 --- a/src/allocators/mesh.py +++ b/src/allocators/mesh.py @@ -2,7 +2,7 @@ import src.allocator sources = src.allocator.Allocator_Sources("Mesh", retrieve_cmds=["git clone https://github.com/plasma-umass/Mesh"], - reset_cmds=["git stash"]) + reset_cmds=["git reset --hard"]) # sources = src.allocator.GitAllocatorSources("Mesh", # "https://github.com/plasma-umass/Mesh", |
