Skip to content

Commit ef267a8

Browse files
committed
fix: re-add indentation
On-behalf-of: Radek Schekalla (SAP) <[email protected]> Signed-off-by: Radek Schekalla (SAP) <[email protected]>
1 parent 36358fc commit ef267a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/deploy_eso.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ var deployEsoCmd = &cobra.Command{
1818
Use: "deploy-eso",
1919
Short: "Deploys External Secrets Operator controllers on the target cluster",
2020
Long: "Deploys External Secrets Operator controllers on the target cluster",
21-
Args: cobra.ExactArgs(1),
21+
Args: cobra.ExactArgs(1),
2222
ArgAliases: []string{
2323
"configFile",
2424
},
25-
Example: `openmcp-bootstrapper deploy-eso "./config.yaml"`,
25+
Example: ` openmcp-bootstrapper deploy-eso "./config.yaml"`,
2626
RunE: func(cmd *cobra.Command, args []string) error {
2727
configFilePath := args[0]
2828
config := &cfg.BootstrapperConfig{}

0 commit comments

Comments
 (0)