From 79f8538b57b9021db71a279879b9032fefd1ae52 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Aug 2019 17:20:43 +0200 Subject: [PATCH] fix(auto-pr): hard reset bucket after running --- bin/auto-pr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index 3d2a15f350..388c5099f6 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -204,4 +204,4 @@ if ($Push) { execute 'hub checkout -f master' } -execute 'hub reset' +execute 'hub reset --hard'