mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-24 08:37:55 +00:00
fix lint - pkg/util: func comment
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
1d1519b08b
commit
2311e5ff8a
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ func GetImageConfig(changes []string) (ImageConfig, error) {
|
|||
return config, nil
|
||||
}
|
||||
|
||||
// Parse and validate a signal name or number
|
||||
// ParseSignal parses and validates a signal name or number.
|
||||
func ParseSignal(rawSignal string) (syscall.Signal, error) {
|
||||
// Strip off leading dash, to allow -1 or -HUP
|
||||
basename := strings.TrimPrefix(rawSignal, "-")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue