From a26dd05c49771d2f62e2abc9a545f790f41a2cd0 Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Tue, 23 Nov 2021 16:11:17 +0100 Subject: [PATCH] Remove extra space Signed-off-by: Somtochi Onyekwere --- cmd/flux/bootstrap_github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/bootstrap_github.go b/cmd/flux/bootstrap_github.go index c7e821ef..f2775da9 100644 --- a/cmd/flux/bootstrap_github.go +++ b/cmd/flux/bootstrap_github.go @@ -141,7 +141,7 @@ func bootstrapGitHubCmdRun(cmd *cobra.Command, args []string) error { defer os.RemoveAll(manifestsBase) var caBundle []byte - if bootstrapArgs.caFile != " " { + if bootstrapArgs.caFile != "" { var err error caBundle, err = os.ReadFile(bootstrapArgs.caFile) if err != nil {