Skip to content

Commit

Permalink
docs: Corrected URL in resource group command help text to point to p…
Browse files Browse the repository at this point in the history
…ublic documentation
  • Loading branch information
ggaetz-fortinet committed Nov 13, 2024
1 parent 8fc2100 commit f0c277f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/cmd/resource_group_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ func inputRGQueryFromEditor(resourceType string) *survey.Editor {
Message: fmt.Sprintf("Type a query for the new %s Resource Group", resourceType),
FileName: "resourceGroupQuery*.json",
Help: "For examples of a query, refer to: "+
"https://docs.fortinet.com/document/lacework-forticnapp/latest/api-reference/690087/using-the-resource-groups-api",
"https://docs.fortinet.com/document/lacework-forticnapp/"+
"latest/api-reference/690087/using-the-resource-groups-api",
}
prompt.Default = iType.QueryTemplate()
prompt.HideDefault = true
Expand Down

0 comments on commit f0c277f

Please sign in to comment.