Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avisab-cx committed Sep 8, 2024
1 parent d5a9121 commit 8eb02fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/chat-sast.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const UserInputRequiredErrorFormat = "%s is required when %s is provided"
const AiGuidedRemediationDisabledError = "The AI Guided Remediation is disabled in your tenant account"
const AllOptionsDisabledError = "All AI Guided Remediation options are disabled in your tenant account" // check final value
const AllOptionsDisabledError = "All AI Guided Remediation options are disabled in your tenant account"

func ChatSastSubCommand(chatWrapper wrappers.ChatWrapper, tenantWrapper wrappers.TenantConfigurationWrapper) *cobra.Command {
chatSastCmd := &cobra.Command{
Expand Down

0 comments on commit 8eb02fe

Please sign in to comment.