diff --git a/setup.sh b/setup.sh
index 2fc3c6fd765f15a21417cd050c1ea536d856e090..10157c330823914d30336beaca46351f70d87d54 100644
--- a/setup.sh
+++ b/setup.sh
@@ -51,6 +51,7 @@ then
     git push -u origin develop
     git checkout master
     git push -u origin master
+    git checkout develop
 fi
 
 echo "Done!"
\ No newline at end of file