Merge pull request #1124 from containous/fix-git-rmpr

Fix checkout initial before calling rmpr
This commit is contained in:
Emile Vauge
2017-02-06 18:49:24 +01:00
committed by GitHub
+1
View File
@@ -24,6 +24,7 @@ branch=$(curl -s https://api.github.com/repos/containous/traefik/pulls/$pr | jq
clean ()
{
git checkout $initial
.github/rmpr.sh $pr
}