mirror of
https://github.com/fluxcd/flux2.git
synced 2025-10-29 07:19:07 +08:00
Remove extra space
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
@ -141,7 +141,7 @@ func bootstrapGitHubCmdRun(cmd *cobra.Command, args []string) error {
|
|||||||
defer os.RemoveAll(manifestsBase)
|
defer os.RemoveAll(manifestsBase)
|
||||||
|
|
||||||
var caBundle []byte
|
var caBundle []byte
|
||||||
if bootstrapArgs.caFile != " " {
|
if bootstrapArgs.caFile != "" {
|
||||||
var err error
|
var err error
|
||||||
caBundle, err = os.ReadFile(bootstrapArgs.caFile)
|
caBundle, err = os.ReadFile(bootstrapArgs.caFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user