Skip to content

Commit c55f0b2

Browse files
committed
Removed dot again
1 parent fada763 commit c55f0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rollback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func rollbackCmd() *cobra.Command {
7575

7676
rollbackCmd.Flags().BoolP("suppress-secrets", "q", false, "suppress secrets in the output")
7777
rollbackCmd.Flags().BoolVar(&diff.showSecrets, "show-secrets", false, "do not redact secret values in the output")
78-
rollbackCmd.Flags().BoolVar(&diff.detailedExitCode, "detailed-exitcode", false, "return a non-zero exit code when there are changes.")
78+
rollbackCmd.Flags().BoolVar(&diff.detailedExitCode, "detailed-exitcode", false, "return a non-zero exit code when there are changes")
7979
rollbackCmd.Flags().StringArrayVar(&diff.suppressedKinds, "suppress", []string{}, "allows suppression of the values listed in the diff output")
8080
rollbackCmd.Flags().IntVarP(&diff.outputContext, "context", "C", -1, "output NUM lines of context around changes")
8181
rollbackCmd.Flags().BoolVar(&diff.includeTests, "include-tests", false, "enable the diffing of the helm test hooks")

0 commit comments

Comments
 (0)