Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Oct 25, 2023
1 parent b0d70b4 commit a3b7185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions command/secrets/output/secrets_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import (
"github.com/spf13/cobra"
)

const (
outputFlagDesc = "output the %s from the provided secrets manager"
)

func GetCommand() *cobra.Command {
secretsOutputCmd := &cobra.Command{
Use: "output",
Expand Down

0 comments on commit a3b7185

Please sign in to comment.