@@ -40,6 +40,7 @@ update_repository() {
# If the directory exists, then do a git pull
echo "Updating $repo_dir..."
cd "$repo_dir" || exit
+ git checkout $repo_branch
git pull
cd - || exit
else