From ffd478491644915a3fdb6e3f22e8d252a041cbea Mon Sep 17 00:00:00 2001
From: Manuel Morejon <manuel@mmorejon.io>
Date: Sun, 26 Jul 2020 00:35:40 +0200
Subject: [PATCH] Replace tab by space

---
 cmd/tk/main.go | 2 +-
 docs/cmd/tk.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/tk/main.go b/cmd/tk/main.go
index 1e5a17ae..1ac64299 100644
--- a/cmd/tk/main.go
+++ b/cmd/tk/main.go
@@ -53,7 +53,7 @@ var rootCmd = &cobra.Command{
   # List GitRepository sources and their status
   tk get sources git
 
-	# Trigger a GitRepository source reconciliation
+  # Trigger a GitRepository source reconciliation
   tk reconcile source git gitops-system
 
   # Export GitRepository sources in YAML format
diff --git a/docs/cmd/tk.md b/docs/cmd/tk.md
index b1fbf202..ec88eccb 100644
--- a/docs/cmd/tk.md
+++ b/docs/cmd/tk.md
@@ -24,7 +24,7 @@ Command line utility for assembling Kubernetes CD pipelines the GitOps way.
   # List GitRepository sources and their status
   tk get sources git
 
-	# Trigger a GitRepository source reconciliation
+  # Trigger a GitRepository source reconciliation
   tk reconcile source git gitops-system
 
   # Export GitRepository sources in YAML format
-- 
GitLab