From 5ede14c9c063406d2b9045bff5d5df2fb3dc6511 Mon Sep 17 00:00:00 2001 From: Theresa Hradilak <34538290+phoeinx@users.noreply.github.com> Date: Thu, 1 Jun 2023 19:09:11 +0200 Subject: [PATCH] Fix indentation in BUILD.md. --- BUILD.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index c750eb60a..81d73e503 100644 --- a/BUILD.md +++ b/BUILD.md @@ -31,9 +31,7 @@ If you want to switch the remote to your fork, you can achieve this by: ```bash cd server/storage/columnstore/columnstore -git remote -v #this should return - #origin https://github.com/mariadb-corporation/mariadb-columnstore-engine.git (fetch) - #origin https://github.com/mariadb-corporation/mariadb-columnstore-engine.git (push) +git remote -v #this should return: origin https://github.com/mariadb-corporation/mariadb-columnstore-engine.git (fetch) git remote remove origin git remote add origin ``` @@ -56,4 +54,4 @@ For development convenience, building the MariaDB server with MCS can be done wi sudo -E build/bootstrap_mcs.sh ``` -Tested for: Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8 \ No newline at end of file +Tested for: Ubuntu:20.04/22.04, CentOS:7, Debian:10/11, RockyLinux:8