From ef3cc2842201903bed015cf349d6a9abff6dacf8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 6 Feb 2017 22:08:21 +0100 Subject: [PATCH] Small fix on auto-pr.ps1 --- 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 4717ec03e0..7ab5a70da6 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -134,6 +134,6 @@ if($push -eq $true) { execute "hub push origin master" } else { Write-Host -f DarkCyan "returning to master branch and removing unstaged files ..." - # execute "hub checkout -f master" + execute "hub checkout -f master" }