Replaced tabs with spaces

This commit is contained in:
Gerhard Salvini 2024-07-17 09:34:46 +02:00
parent c27536b566
commit bb81617873
1 changed files with 1 additions and 2 deletions

View File

@ -260,7 +260,6 @@ function clone_repo_if_nonexistent() {
# Checkout the specified branch
chown -R bridgehead .
su bridgehead -c "git checkout $branch_name"
echo "Checked out branch '$branch_name'."
cd -
}