Skip to content

Commit 79f8538

Browse files
author
Richard Kuhnt
committed
fix(auto-pr): hard reset bucket after running
1 parent 7decfd4 commit 79f8538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/auto-pr.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ if ($Push) {
204204
execute 'hub checkout -f master'
205205
}
206206

207-
execute 'hub reset'
207+
execute 'hub reset --hard'

0 commit comments

Comments
 (0)