Skip to content

Commit

Permalink
Small fix on auto-pr.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Feb 6, 2017
1 parent a5ea182 commit ef3cc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/auto-pr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit ef3cc28

Please sign in to comment.