summaryrefslogtreecommitdiff
path: root/tools/reset.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/reset.sh')
-rwxr-xr-xtools/reset.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/reset.sh b/tools/reset.sh
index 66b629c217..d7141587fa 100755
--- a/tools/reset.sh
+++ b/tools/reset.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
-git checkout lukeshu/premove
-git branch -D postmove || true
+git checkout notsystemd/premove
+git branch -D tmp/postmove || true
git checkout .
git clean -xdf