Skip to content

Commit

Permalink
chore: change selection template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent 42d544a commit f3c80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exthost/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
var (
targetSelectionTemplates = []action_kit_api.TargetSelectionTemplate{
{
Label: "by host name",
Label: "host name",
Description: extutil.Ptr("Find host by host name."),
Query: "host.hostname=\"\"",
},
Expand Down

0 comments on commit f3c80ca

Please sign in to comment.