diff --git a/TkgThingy b/TkgThingy index 509c1e0..16d12a9 100755 --- a/TkgThingy +++ b/TkgThingy @@ -139,7 +139,7 @@ _main_loop() { #git submodule update --remote for _tkg_tools in */; do if [ "$_tkg_tools" != ".git" ]; then - ( cd "$_tkg_tools" && git config pull.rebase false && git pull origin master ) + ( cd "$_tkg_tools" && git config pull.rebase false && git checkout master && git pull origin master ) fi done elif [ "$_choice" == "3" ]; then