Skip to content

Commit 2b88f81

Browse files
committed
nit
Signed-off-by: Steven Jin Xuan <[email protected]>
1 parent bd4d7ff commit 2b88f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

artifacts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ type ArtifactConfig struct {
135135
User string `yaml:"user,omitempty" json:"user,omitempty"`
136136
// Group is the group name that should own the artifact
137137
Group string `yaml:"group,omitempty" json:"group,omitempty"`
138-
// Capabilities is the list of Linux capabilities to set on the artifact
138+
// Capabilities is the list of Linux Capabilities to set on the artifact
139139
Capabilities []ArtifactCapability `yaml:"capabilities,omitempty" json:"capabilities,omitempty"`
140140
}
141141

142-
// ArtifactCapability represents a Linux capability to set on an artifact
142+
// ArtifactCapability represents a Linux Capability to set on an artifact
143143
type ArtifactCapability struct {
144144
// Name is the capability name (e.g., "cap_net_raw", "cap_net_bind_service")
145145
Name string `yaml:"name" json:"name"`

0 commit comments

Comments
 (0)