aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/hoard.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/hoard.py')
-rw-r--r--src/allocators/hoard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/hoard.py b/src/allocators/hoard.py
index d3c42de..cb2c0e1 100644
--- a/src/allocators/hoard.py
+++ b/src/allocators/hoard.py
@@ -4,7 +4,7 @@ import src.allocator
version = 2.7
sources = src.allocator.Allocator_Sources("Hoard",
retrieve_cmds=["git clone https://github.com/emeryberger/Hoard.git"],
- reset_cmds=["git stash"])
+ reset_cmds=["git reset --hard"])
class Hoard (src.allocator.Allocator):